#C3AE11

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

Shades of Earls Green #C3AE11

Tints of Earls Green #C3AE11

Color information

#C3AE11 (or 0xC3AE11) is unknown color: approx Earls Green. HEX triplet: C3, AE and 11. RGB value is (195,174,17). Sum of RGB (Red+Green+Blue) = 195+174+17=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AE11 is #3C51EE. Grayscale: #A3A3A3. Windows color (decimal): -3953135 or 1158851. OLE color: 1158851.

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

Color convert

RGB19517417-
CMYK00.110.910.24
HSL52.92º83.96%41.57%-
HSV(B)52.92º91.28%76.47%-
XYZ37.7441.916.63-
YUV162.3845.96151.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 174 (68.36% from 255) = 45.08%
BLUE value IS 17 (7.03% from 255) = 4.40%
R=50.52%
G=45.08%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951741700.110.910.2452.9283.9641.57
HexC3AE110B5B1835542a
Octal30325621013133306512452
Binary110000111010111010001010111011011110001101011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE11; }

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

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

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

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

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

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

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

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