#C5AA1E

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

Shades of Earls Green #C5AA1E

Tints of Earls Green #C5AA1E

Color information

#C5AA1E (or 0xC5AA1E) is unknown color: approx Earls Green. HEX triplet: C5, AA and 1E. RGB value is (197,170,30). Sum of RGB (Red+Green+Blue) = 197+170+30=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA1E is #3A55E1. Grayscale: #A2A2A2. Windows color (decimal): -3823074 or 2009797. OLE color: 2009797.

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

Color convert

RGB19717030-
CMYK00.140.850.23
HSL50.3º73.57%44.51%-
HSV(B)50.3º84.77%77.25%-
XYZ37.6440.717.1-
YUV162.1153.45152.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 30 (12.11% from 255) = 7.56%
R=49.62%
G=42.82%
B=7.56%

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
Decimal1971703000.140.850.2350.373.5744.51
HexC5AA1E0E5517324a2d
Octal30525236016125276211255
Binary110001011010101011110011101010101101111100101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA1E; }

 p { color: rgb(197,170,30); }

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

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

 a { background-color: rgb(197,170,30); }

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

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

 span { border-color: rgb(197,170,30); }

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