#C2AE16

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

Shades of Earls Green #C2AE16

Tints of Earls Green #C2AE16

Color information

#C2AE16 (or 0xC2AE16) is unknown color: approx Earls Green. HEX triplet: C2, AE and 16. RGB value is (194,174,22). Sum of RGB (Red+Green+Blue) = 194+174+22=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AE16 is #3D51E9. Grayscale: #A3A3A3. Windows color (decimal): -4018666 or 1486530. OLE color: 1486530.

HSL color Cylindrical-coordinate representation of color #C2AE16: hue angle of 53.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2AE16 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB19417422-
CMYK00.100.890.24
HSL53.02º79.63%42.35%-
HSV(B)53.02º88.66%76.08%-
XYZ37.5341.86.85-
YUV162.6548.63150.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 22 (8.98% from 255) = 5.64%
R=49.74%
G=44.62%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941742200.100.890.2453.0279.6342.35
HexC2AE160A591835502a
Octal30225626012131306512052
Binary110000101010111010110010101011001110001101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE16; }

 p { color: rgb(194,174,22); }

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

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

 a { background-color: rgb(194,174,22); }

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

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

 span { border-color: rgb(194,174,22); }

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