#C4AD18

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

Shades of Earls Green #C4AD18

Tints of Earls Green #C4AD18

Color information

#C4AD18 (or 0xC4AD18) is unknown color: approx Earls Green. HEX triplet: C4, AD and 18. RGB value is (196,173,24). Sum of RGB (Red+Green+Blue) = 196+173+24=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AD18 is #3B52E7. Grayscale: #A3A3A3. Windows color (decimal): -3887848 or 1617348. OLE color: 1617348.

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

Color convert

RGB19617324-
CMYK00.120.880.23
HSL51.98º78.18%43.14%-
HSV(B)51.98º87.76%76.86%-
XYZ37.8741.696.91-
YUV162.8949.62151.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 173 (67.97% from 255) = 44.02%
BLUE value IS 24 (9.77% from 255) = 6.11%
R=49.87%
G=44.02%
B=6.11%

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
Decimal1961732400.120.880.2351.9878.1843.14
HexC4AD180C5817344e2b
Octal30425530014130276411653
Binary110001001010110111000011001011000101111101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD18; }

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

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

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

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

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

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

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

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