#C5AE18

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

Shades of Earls Green #C5AE18

Tints of Earls Green #C5AE18

Color information

#C5AE18 (or 0xC5AE18) is unknown color: approx Earls Green. HEX triplet: C5, AE and 18. RGB value is (197,174,24). Sum of RGB (Red+Green+Blue) = 197+174+24=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AE18 is #3A51E7. Grayscale: #A4A4A4. Windows color (decimal): -3822056 or 1617605. OLE color: 1617605.

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

Color convert

RGB19717424-
CMYK00.120.880.23
HSL52.02º78.28%43.33%-
HSV(B)52.02º87.82%77.25%-
XYZ38.3342.216.99-
YUV163.7849.12151.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 24 (9.77% from 255) = 6.08%
R=49.87%
G=44.05%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971742400.120.880.2352.0278.2843.33
HexC5AE180C5817344e2b
Octal30525630014130276411653
Binary110001011010111011000011001011000101111101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AE18; }

 p { color: rgb(197,174,24); }

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

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

 a { background-color: rgb(197,174,24); }

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

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

 span { border-color: rgb(197,174,24); }

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