#c2af27

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

Shades of Earls Green #C2AF27

Tints of Earls Green #C2AF27

Color information

#C2AF27 (or 0xC2AF27) is unknown color: approx Earls Green. HEX triplet: C2, AF and 27. RGB value is (194,175,39). Sum of RGB (Red+Green+Blue) = 194+175+39=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF27 is #3D50D8. Grayscale: #A5A5A5. Windows color (decimal): -4018393 or 2600898. OLE color: 2600898.

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

Color convert

RGB19417539-
CMYK00.100.800.24
HSL52.65º66.52%45.69%-
HSV(B)52.65º79.9%76.08%-
XYZ37.9442.288.08-
YUV165.1856.79148.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 39 (15.62% from 255) = 9.56%
R=47.55%
G=42.89%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941753900.100.800.2452.6566.5245.69
HexC2AF270A501835432e
Octal30225747012120306510356
Binary1100001010101111100111010101010000110001101011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2af27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2af27; }

 p { color: rgb(194,175,39); }

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

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

 a { background-color: rgb(194,175,39); }

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

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

 span { border-color: rgb(194,175,39); }

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