#C0A42D

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

Shades of Earls Green #C0A42D

Tints of Earls Green #C0A42D

Color information

#C0A42D (or 0xC0A42D) is unknown color: approx Earls Green. HEX triplet: C0, A4 and 2D. RGB value is (192,164,45). Sum of RGB (Red+Green+Blue) = 192+164+45=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A42D is #3F5BD2. Grayscale: #9F9F9F. Windows color (decimal): -4152275 or 2991296. OLE color: 2991296.

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

Color convert

RGB19216445-
CMYK00.150.770.25
HSL48.57º62.03%46.47%-
HSV(B)48.57º76.56%75.29%-
XYZ35.4937.957.94-
YUV158.8163.78151.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 45 (17.97% from 255) = 11.22%
R=47.88%
G=40.90%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921644500.150.770.2548.5762.0346.47
HexC0A42D0F4D19313e2e
Octal3002445501711531617656
Binary110000001010010010110101111100110111001110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A42D; }

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

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

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

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

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

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

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

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