#C5AA2C

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

Shades of Earls Green #C5AA2C

Tints of Earls Green #C5AA2C

Color information

#C5AA2C (or 0xC5AA2C) is unknown color: approx Earls Green. HEX triplet: C5, AA and 2C. RGB value is (197,170,44). Sum of RGB (Red+Green+Blue) = 197+170+44=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA2C is #3A55D3. Grayscale: #A4A4A4. Windows color (decimal): -3823060 or 2927301. OLE color: 2927301.

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

Color convert

RGB19717044-
CMYK00.140.780.23
HSL49.41º63.49%47.25%-
HSV(B)49.41º77.66%77.25%-
XYZ37.8640.88.26-
YUV163.7160.45151.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 44 (17.58% from 255) = 10.71%
R=47.93%
G=41.36%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971704400.140.780.2349.4163.4947.25
HexC5AA2C0E4E17313f2f
Octal3052525401611627617757
Binary110001011010101010110001110100111010111110001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA2C; }

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

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

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

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

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

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

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

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