#C0A52D

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

Shades of Earls Green #C0A52D

Tints of Earls Green #C0A52D

Color information

#C0A52D (or 0xC0A52D) is unknown color: approx Earls Green. HEX triplet: C0, A5 and 2D. RGB value is (192,165,45). Sum of RGB (Red+Green+Blue) = 192+165+45=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A52D is #3F5AD2. Grayscale: #9F9F9F. Windows color (decimal): -4152019 or 2991552. OLE color: 2991552.

HSL color Cylindrical-coordinate representation of color #C0A52D: hue angle of 48.98º 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 #C0A52D is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19216545-
CMYK00.140.770.25
HSL48.98º62.03%46.47%-
HSV(B)48.98º76.56%75.29%-
XYZ35.6738.318-
YUV159.3963.45151.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 45 (17.97% from 255) = 11.19%
R=47.76%
G=41.04%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921654500.140.770.2548.9862.0346.47
HexC0A52D0E4D19313e2e
Octal3002455501611531617656
Binary110000001010010110110101110100110111001110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A52D; }

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

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

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

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

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

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

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

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