#C4AA16

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

Shades of Earls Green #C4AA16

Tints of Earls Green #C4AA16

Color information

#C4AA16 (or 0xC4AA16) is unknown color: approx Earls Green. HEX triplet: C4, AA and 16. RGB value is (196,170,22). Sum of RGB (Red+Green+Blue) = 196+170+22=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AA16 is #3B55E9. Grayscale: #A1A1A1. Windows color (decimal): -3888618 or 1485508. OLE color: 1485508.

HSL color Cylindrical-coordinate representation of color #C4AA16: hue angle of 51.03º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4AA16 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB19617022-
CMYK00.130.890.23
HSL51.03º79.82%42.75%-
HSV(B)51.03º88.78%76.86%-
XYZ37.2840.546.62-
YUV160.949.61153.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 22 (8.98% from 255) = 5.67%
R=50.52%
G=43.81%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961702200.130.890.2351.0379.8242.75
HexC4AA160D591733502b
Octal30425226015131276312053
Binary110001001010101010110011011011001101111100111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA16; }

 p { color: rgb(196,170,22); }

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

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

 a { background-color: rgb(196,170,22); }

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

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

 span { border-color: rgb(196,170,22); }

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