#C0B52D

Color #C0B52D Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C0B52D

Tints of Earls Green #C0B52D

Color information

#C0B52D (or 0xC0B52D) is unknown color: approx Earls Green. HEX triplet: C0, B5 and 2D. RGB value is (192,181,45). Sum of RGB (Red+Green+Blue) = 192+181+45=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B52D is #3F4AD2. Grayscale: #A9A9A9. Windows color (decimal): -4147923 or 2995648. OLE color: 2995648.

HSL color Cylindrical-coordinate representation of color #C0B52D: hue angle of 55.51º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0B52D is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19218145-
CMYK00.060.770.25
HSL55.51º62.03%46.47%-
HSV(B)55.51º76.56%75.29%-
XYZ38.7444.449.02-
YUV168.7858.14144.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 181 (71.09% from 255) = 43.30%
BLUE value IS 45 (17.97% from 255) = 10.77%
R=45.93%
G=43.30%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921814500.060.770.2555.5162.0346.47
HexC0B52D064D19383e2e
Octal300265550611531707656
Binary11000000101101011011010110100110111001111000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B52D; }

 p { color: rgb(192,181,45); }

 H1.HeaderClassName
 {
   color: #C0B52D;
 }
 .AnyTagClassName
 {
   color: #C0B52D;
 }
</style>
background-color css

<style>
 a { background-color: #C0B52D; }

 a { background-color: rgb(192,181,45); }

 div.DivClassName
 {
   background-color: #C0B52D;
 }
 .BgClassName
 {
   background-color: #C0B52D;
 }
</style>
border-color css

<style>
 span { border-color: #C0B52D; }

 span { border-color: rgb(192,181,45); }

 td.TdClassName
 {
   border-color: #C0B52D;
 }
 .TagClassName
 {
   border-color: #C0B52D;
 }
</style>