#C0AA2D

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

Shades of Earls Green #C0AA2D

Tints of Earls Green #C0AA2D

Color information

#C0AA2D (or 0xC0AA2D) is unknown color: approx Earls Green. HEX triplet: C0, AA and 2D. RGB value is (192,170,45). Sum of RGB (Red+Green+Blue) = 192+170+45=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA2D is #3F55D2. Grayscale: #A2A2A2. Windows color (decimal): -4150739 or 2992832. OLE color: 2992832.

HSL color Cylindrical-coordinate representation of color #C0AA2D: hue angle of 51.02º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0AA2D is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19217045-
CMYK00.110.770.25
HSL51.02º62.03%46.47%-
HSV(B)51.02º76.56%75.29%-
XYZ36.5940.158.3-
YUV162.3361.79149.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.17%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 45 (17.97% from 255) = 11.06%
R=47.17%
G=41.77%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921704500.110.770.2551.0262.0346.47
HexC0AA2D0B4D19333e2e
Octal3002525501311531637656
Binary110000001010101010110101011100110111001110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA2D; }

 p { color: rgb(192,170,45); }

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

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

 a { background-color: rgb(192,170,45); }

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

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

 span { border-color: rgb(192,170,45); }

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