Html Css Color HEX #C2AA12 Earls Green

📋 copy color: '#C2AA12'

red 194 ◦ green 170 ◦ blue 18

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

Shades of Earls Green #C2AA12

Tints of Earls Green #C2AA12

RGB

 RED value IS 194 (76.17% from 255) = 50.79%

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

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

R = 50.79%
G = 44.5%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2AA12 (or 0xC2AA12) is known color: Earls Green. HEX triplet: C2, AA and 12. RGB value is (194,170,18). Sum of RGB (Red+Green+Blue) = 194+170+18=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AA12 is #3D55ED. Grayscale: #A0A0A0. Windows color (decimal): -4019694 or 1223362. OLE color: 1223362.

HSL color Cylindrical-coordinate representation of color #C2AA12: hue angle of 51.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2AA12 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 18 -
CMYK 0 0.12 0.91 0.24
HSL 51.82º 0.83% 0.42% -
HSV(B) 51.82º 0.91% 0.76% -
XYZ 36.73 40.26 6.41 -
YUV 159.85 47.95 152.36 -
System Red Green Blue C M Y K H S L
Decimal 194 170 18 0 0.12 0.91 0.24 51.82 0.83 0.42
Hex C2 AA 12 0 C 5B 18 34 53 2A
Octal 302 252 22 0 14 133 30 64 123 52
Binary 11000010 10101010 10010 0 1100 1011011 11000 110100 1010011 101010

Color Harmonies of #C2AA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA12

Black with #C2AA12

Text Example


Text Example

White with #C2AA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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