#C5AD18

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

Shades of Earls Green #C5AD18

Tints of Earls Green #C5AD18

Color information

#C5AD18 (or 0xC5AD18) is unknown color: approx Earls Green. HEX triplet: C5, AD and 18. RGB value is (197,173,24). Sum of RGB (Red+Green+Blue) = 197+173+24=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AD18 is #3A52E7. Grayscale: #A3A3A3. Windows color (decimal): -3822312 or 1617349. OLE color: 1617349.

HSL color Cylindrical-coordinate representation of color #C5AD18: hue angle of 51.68º 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 #C5AD18 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB19717324-
CMYK00.120.880.23
HSL51.68º78.28%43.33%-
HSV(B)51.68º87.82%77.25%-
XYZ38.1341.826.93-
YUV163.1949.45152.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 24 (9.77% from 255) = 6.09%
R=50%
G=43.91%
B=6.09%

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
Decimal1971732400.120.880.2351.6878.2843.33
HexC5AD180C5817344e2b
Octal30525530014130276411653
Binary110001011010110111000011001011000101111101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AD18; }

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

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

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

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

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

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

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

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