#C3AE16

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

Shades of Earls Green #C3AE16

Tints of Earls Green #C3AE16

Color information

#C3AE16 (or 0xC3AE16) is unknown color: approx Earls Green. HEX triplet: C3, AE and 16. RGB value is (195,174,22). Sum of RGB (Red+Green+Blue) = 195+174+22=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AE16 is #3C51E9. Grayscale: #A3A3A3. Windows color (decimal): -3953130 or 1486531. OLE color: 1486531.

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

Color convert

RGB19517422-
CMYK00.110.890.24
HSL52.72º79.72%42.55%-
HSV(B)52.72º88.72%76.47%-
XYZ37.7941.936.86-
YUV162.9548.46150.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.87%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 22 (8.98% from 255) = 5.63%
R=49.87%
G=44.50%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951742200.110.890.2452.7279.7242.55
HexC3AE160B591835502b
Octal30325626013131306512053
Binary110000111010111010110010111011001110001101011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE16; }

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

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

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

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

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

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

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

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