#C3AF11

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

Shades of Earls Green #C3AF11

Tints of Earls Green #C3AF11

Color information

#C3AF11 (or 0xC3AF11) is unknown color: approx Earls Green. HEX triplet: C3, AF and 11. RGB value is (195,175,17). Sum of RGB (Red+Green+Blue) = 195+175+17=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF11 is #3C50EE. Grayscale: #A3A3A3. Windows color (decimal): -3952879 or 1159107. OLE color: 1159107.

HSL color Cylindrical-coordinate representation of color #C3AF11: hue angle of 53.26º 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 #C3AF11 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19517517-
CMYK00.100.910.24
HSL53.26º83.96%41.57%-
HSV(B)53.26º91.28%76.47%-
XYZ37.9442.36.7-
YUV162.9745.63150.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.39%
GREEN value IS 175 (68.75% from 255) = 45.22%
BLUE value IS 17 (7.03% from 255) = 4.39%
R=50.39%
G=45.22%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951751700.100.910.2453.2683.9641.57
HexC3AF110A5B1835542a
Octal30325721012133306512452
Binary110000111010111110001010101011011110001101011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF11; }

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

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

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

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

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

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

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

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