#C4B220

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

Shades of Earls Green #C4B220

Tints of Earls Green #C4B220

Color information

#C4B220 (or 0xC4B220) is unknown color: approx Earls Green. HEX triplet: C4, B2 and 20. RGB value is (196,178,32). Sum of RGB (Red+Green+Blue) = 196+178+32=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B220 is #3B4DDF. Grayscale: #A7A7A7. Windows color (decimal): -3886560 or 2142916. OLE color: 2142916.

HSL color Cylindrical-coordinate representation of color #C4B220: hue angle of 53.41º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4B220 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB19617832-
CMYK00.090.840.23
HSL53.41º71.93%44.71%-
HSV(B)53.41º83.67%76.86%-
XYZ38.9543.687.75-
YUV166.7451.96148.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 178 (69.92% from 255) = 43.84%
BLUE value IS 32 (12.89% from 255) = 7.88%
R=48.28%
G=43.84%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961783200.090.840.2353.4171.9344.71
HexC4B22009541735482d
Octal30426240011124276511055
Binary1100010010110010100000010011010100101111101011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B220; }

 p { color: rgb(196,178,32); }

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

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

 a { background-color: rgb(196,178,32); }

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

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

 span { border-color: rgb(196,178,32); }

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