#C0AC2F

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

Shades of Earls Green #C0AC2F

Tints of Earls Green #C0AC2F

Color information

#C0AC2F (or 0xC0AC2F) is unknown color: approx Earls Green. HEX triplet: C0, AC and 2F. RGB value is (192,172,47). Sum of RGB (Red+Green+Blue) = 192+172+47=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC2F is #3F53D0. Grayscale: #A4A4A4. Windows color (decimal): -4150225 or 3124416. OLE color: 3124416.

HSL color Cylindrical-coordinate representation of color #C0AC2F: hue angle of 51.72º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0AC2F is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19217247-
CMYK00.100.760.25
HSL51.72º60.67%46.86%-
HSV(B)51.72º75.52%75.29%-
XYZ3740.928.64-
YUV163.7362.13148.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 47 (18.75% from 255) = 11.44%
R=46.72%
G=41.85%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921724700.100.760.2551.7260.6746.86
HexC0AC2F0A4C19343d2f
Octal3002545701211431647557
Binary110000001010110010111101010100110011001110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC2F; }

 p { color: rgb(192,172,47); }

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

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

 a { background-color: rgb(192,172,47); }

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

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

 span { border-color: rgb(192,172,47); }

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