Html Css Color HEX #C0AA12 Earls Green

📋 copy color: '#C0AA12'

red 192 ◦ green 170 ◦ blue 18

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

Shades of Earls Green #C0AA12

Tints of Earls Green #C0AA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 50.53%
G = 44.74%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0AA12 (or 0xC0AA12) is known color: Earls Green. HEX triplet: C0, AA and 12. RGB value is (192,170,18). Sum of RGB (Red+Green+Blue) = 192+170+18=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA12 is #3F55ED. Grayscale: #9F9F9F. Windows color (decimal): -4150766 or 1223360. OLE color: 1223360.

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

Color convert

RGB 192 170 18 -
CMYK 0 0.11 0.91 0.25
HSL 52.41º 0.83% 0.41% -
HSV(B) 52.41º 0.91% 0.75% -
XYZ 36.22 40 6.38 -
YUV 159.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 192 170 18 0 0.11 0.91 0.25 52.41 0.83 0.41
Hex C0 AA 12 0 B 5B 19 34 53 29
Octal 300 252 22 0 13 133 31 64 123 51
Binary 11000000 10101010 10010 0 1011 1011011 11001 110100 1010011 101001

Color Harmonies of #C0AA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA12

Black with #C0AA12

Text Example


Text Example

White with #C0AA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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