#c6ae14

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

Shades of Earls Green #C6AE14

Tints of Earls Green #C6AE14

Color information

#C6AE14 (or 0xC6AE14) is unknown color: approx Earls Green. HEX triplet: C6, AE and 14. RGB value is (198,174,20). Sum of RGB (Red+Green+Blue) = 198+174+20=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AE14 is #3951EB. Grayscale: #A4A4A4. Windows color (decimal): -3756524 or 1355462. OLE color: 1355462.

HSL color Cylindrical-coordinate representation of color #C6AE14: hue angle of 51.91º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6AE14 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB19817420-
CMYK00.120.900.22
HSL51.91º81.65%42.75%-
HSV(B)51.91º89.9%77.65%-
XYZ38.5542.336.8-
YUV163.6246.95152.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.51%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 20 (8.20% from 255) = 5.10%
R=50.51%
G=44.39%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981742000.120.900.2251.9181.6542.75
HexC6AE140C5A1634522b
Octal30625624014132266412253
Binary110001101010111010100011001011010101101101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6ae14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6ae14; }

 p { color: rgb(198,174,20); }

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

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

 a { background-color: rgb(198,174,20); }

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

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

 span { border-color: rgb(198,174,20); }

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