#C5AA27

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

Shades of Earls Green #C5AA27

Tints of Earls Green #C5AA27

Color information

#C5AA27 (or 0xC5AA27) is unknown color: approx Earls Green. HEX triplet: C5, AA and 27. RGB value is (197,170,39). Sum of RGB (Red+Green+Blue) = 197+170+39=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA27 is #3A55D8. Grayscale: #A3A3A3. Windows color (decimal): -3823065 or 2599621. OLE color: 2599621.

HSL color Cylindrical-coordinate representation of color #C5AA27: hue angle of 49.75º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5AA27 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19717039-
CMYK00.140.800.23
HSL49.75º66.95%46.27%-
HSV(B)49.75º80.2%77.25%-
XYZ37.7740.777.8-
YUV163.1457.95152.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 39 (15.62% from 255) = 9.61%
R=48.52%
G=41.87%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971703900.140.800.2349.7566.9546.27
HexC5AA270E501732432e
Octal30525247016120276210356
Binary1100010110101010100111011101010000101111100101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA27; }

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

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

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

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

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

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

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

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