Html Css Color HEX #C0AA2E Earls Green

📋 copy color: '#C0AA2E'

red 192 ◦ green 170 ◦ blue 46

#C0AA2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #C0AA2E

Tints of Earls Green #C0AA2E

RGB

 RED value IS 192 (75.39% from 255) = 47.06%

 GREEN value IS 170 (66.8% from 255) = 41.67%

 BLUE value IS 46 (18.36% from 255) = 11.27%

R = 47.06%
G = 41.67%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0AA2E (or 0xC0AA2E) is known color: Earls Green. HEX triplet: C0, AA and 2E. RGB value is (192,170,46). Sum of RGB (Red+Green+Blue) = 192+170+46=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA2E is #3F55D1. Grayscale: #A2A2A2. Windows color (decimal): -4150738 or 3058368. OLE color: 3058368.

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

Color convert

RGB 192 170 46 -
CMYK 0 0.11 0.76 0.25
HSL 50.96º 0.61% 0.47% -
HSV(B) 50.96º 0.76% 0.75% -
XYZ 36.61 40.15 8.41 -
YUV 162.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 192 170 46 0 0.11 0.76 0.25 50.96 0.61 0.47
Hex C0 AA 2E 0 B 4C 19 33 3D 2F
Octal 300 252 56 0 13 114 31 63 75 57
Binary 11000000 10101010 101110 0 1011 1001100 11001 110011 111101 101111

Color Harmonies of #C0AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA2E

Black with #C0AA2E

Text Example


Text Example

White with #C0AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA2E; }

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

 H1.HeaderClassName
 {
   color: #C0AA2E;
 }
 .AnyTagClassName
 {
   color: #C0AA2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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