#C4A81E

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

Shades of Earls Green #C4A81E

Tints of Earls Green #C4A81E

Color information

#C4A81E (or 0xC4A81E) is unknown color: approx Earls Green. HEX triplet: C4, A8 and 1E. RGB value is (196,168,30). Sum of RGB (Red+Green+Blue) = 196+168+30=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A81E is #3B57E1. Grayscale: #A1A1A1. Windows color (decimal): -3889122 or 2009284. OLE color: 2009284.

HSL color Cylindrical-coordinate representation of color #C4A81E: hue angle of 49.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4A81E is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB19616830-
CMYK00.140.850.23
HSL49.88º73.45%44.31%-
HSV(B)49.88º84.69%76.86%-
XYZ3739.836.97-
YUV160.6454.28153.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 168 (66.02% from 255) = 42.64%
BLUE value IS 30 (12.11% from 255) = 7.61%
R=49.75%
G=42.64%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961683000.140.850.2349.8873.4544.31
HexC4A81E0E551732492c
Octal30425036016125276211154
Binary110001001010100011110011101010101101111100101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A81E; }

 p { color: rgb(196,168,30); }

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

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

 a { background-color: rgb(196,168,30); }

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

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

 span { border-color: rgb(196,168,30); }

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