Html Css Color HEX #C2AA31 Earls Green

📋 copy color: '#C2AA31'

red 194 ◦ green 170 ◦ blue 49

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

Shades of Earls Green #C2AA31

Tints of Earls Green #C2AA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.86%

R = 46.97%
G = 41.16%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2AA31 (or 0xC2AA31) is known color: Earls Green. HEX triplet: C2, AA and 31. RGB value is (194,170,49). Sum of RGB (Red+Green+Blue) = 194+170+49=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA31 is #3D55CE. Grayscale: #A3A3A3. Windows color (decimal): -4019663 or 3254978. OLE color: 3254978.

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

Color convert

RGB 194 170 49 -
CMYK 0 0.12 0.75 0.24
HSL 50.07º 0.6% 0.48% -
HSV(B) 50.07º 0.75% 0.76% -
XYZ 37.18 40.44 8.75 -
YUV 163.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 194 170 49 0 0.12 0.75 0.24 50.07 0.6 0.48
Hex C2 AA 31 0 C 4B 18 32 3C 30
Octal 302 252 61 0 14 113 30 62 74 60
Binary 11000010 10101010 110001 0 1100 1001011 11000 110010 111100 110000

Color Harmonies of #C2AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA31

Black with #C2AA31

Text Example


Text Example

White with #C2AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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