#C4A61F

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

Shades of Earls Green #C4A61F

Tints of Earls Green #C4A61F

Color information

#C4A61F (or 0xC4A61F) is unknown color: approx Earls Green. HEX triplet: C4, A6 and 1F. RGB value is (196,166,31). Sum of RGB (Red+Green+Blue) = 196+166+31=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A61F is #3B59E0. Grayscale: #A0A0A0. Windows color (decimal): -3889633 or 2074308. OLE color: 2074308.

HSL color Cylindrical-coordinate representation of color #C4A61F: hue angle of 49.09º degrees, saturation: 0.73, 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 #C4A61F is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB19616631-
CMYK00.150.840.23
HSL49.09º72.69%44.51%-
HSV(B)49.09º84.18%76.86%-
XYZ36.6539.116.91-
YUV159.5855.44153.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 31 (12.5% from 255) = 7.89%
R=49.87%
G=42.24%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961663100.150.840.2349.0972.6944.51
HexC4A61F0F541731492d
Octal30424637017124276111155
Binary110001001010011011111011111010100101111100011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A61F; }

 p { color: rgb(196,166,31); }

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

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

 a { background-color: rgb(196,166,31); }

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

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

 span { border-color: rgb(196,166,31); }

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