Html Css Color HEX #C2AA21 Earls Green

📋 copy color: '#C2AA21'

red 194 ◦ green 170 ◦ blue 33

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

Shades of Earls Green #C2AA21

Tints of Earls Green #C2AA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.31%

R = 48.87%
G = 42.82%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C2AA21 (or 0xC2AA21) is known color: Earls Green. HEX triplet: C2, AA and 21. RGB value is (194,170,33). Sum of RGB (Red+Green+Blue) = 194+170+33=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA21 is #3D55DE. Grayscale: #A2A2A2. Windows color (decimal): -4019679 or 2206402. OLE color: 2206402.

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

Color convert

RGB 194 170 33 -
CMYK 0 0.12 0.83 0.24
HSL 51.06º 0.71% 0.45% -
HSV(B) 51.06º 0.83% 0.76% -
XYZ 36.9 40.33 7.28 -
YUV 161.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 194 170 33 0 0.12 0.83 0.24 51.06 0.71 0.45
Hex C2 AA 21 0 C 53 18 33 47 2D
Octal 302 252 41 0 14 123 30 63 107 55
Binary 11000010 10101010 100001 0 1100 1010011 11000 110011 1000111 101101

Color Harmonies of #C2AA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA21

Black with #C2AA21

Text Example


Text Example

White with #C2AA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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