#C0B224

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

Shades of Earls Green #C0B224

Tints of Earls Green #C0B224

Color information

#C0B224 (or 0xC0B224) is unknown color: approx Earls Green. HEX triplet: C0, B2 and 24. RGB value is (192,178,36). Sum of RGB (Red+Green+Blue) = 192+178+36=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B224 is #3F4DDB. Grayscale: #A6A6A6. Windows color (decimal): -4148700 or 2405056. OLE color: 2405056.

HSL color Cylindrical-coordinate representation of color #C0B224: hue angle of 54.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0B224 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19217836-
CMYK00.070.810.25
HSL54.62º68.42%44.71%-
HSV(B)54.62º81.25%75.29%-
XYZ37.9843.178-
YUV16654.64146.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 178 (69.92% from 255) = 43.84%
BLUE value IS 36 (14.45% from 255) = 8.87%
R=47.29%
G=43.84%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921783600.070.810.2554.6268.4244.71
HexC0B22407511937442d
Octal3002624407121316710455
Binary110000001011001010010001111010001110011101111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B224; }

 p { color: rgb(192,178,36); }

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

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

 a { background-color: rgb(192,178,36); }

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

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

 span { border-color: rgb(192,178,36); }

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