#C0AD2E

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

Shades of Earls Green #C0AD2E

Tints of Earls Green #C0AD2E

Color information

#C0AD2E (or 0xC0AD2E) is unknown color: approx Earls Green. HEX triplet: C0, AD and 2E. RGB value is (192,173,46). Sum of RGB (Red+Green+Blue) = 192+173+46=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD2E is #3F52D1. Grayscale: #A4A4A4. Windows color (decimal): -4149970 or 3059136. OLE color: 3059136.

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

Color convert

RGB19217346-
CMYK00.100.760.25
HSL52.19º61.34%46.67%-
HSV(B)52.19º76.04%75.29%-
XYZ37.1741.298.6-
YUV164.261.29147.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 46 (18.36% from 255) = 11.19%
R=46.72%
G=42.09%
B=11.19%

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
Decimal1921734600.100.760.2552.1961.3446.67
HexC0AD2E0A4C19343d2f
Octal3002555601211431647557
Binary110000001010110110111001010100110011001110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD2E; }

 p { color: rgb(192,173,46); }

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

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

 a { background-color: rgb(192,173,46); }

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

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

 span { border-color: rgb(192,173,46); }

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