Html Css Color HEX #C2AA2C Earls Green

📋 copy color: '#C2AA2C'

red 194 ◦ green 170 ◦ blue 44

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

Shades of Earls Green #C2AA2C

Tints of Earls Green #C2AA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.78%

R = 47.55%
G = 41.67%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2AA2C (or 0xC2AA2C) is known color: Earls Green. HEX triplet: C2, AA and 2C. RGB value is (194,170,44). Sum of RGB (Red+Green+Blue) = 194+170+44=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA2C is #3D55D3. Grayscale: #A3A3A3. Windows color (decimal): -4019668 or 2927298. OLE color: 2927298.

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

Color convert

RGB 194 170 44 -
CMYK 0 0.12 0.77 0.24
HSL 50.4º 0.63% 0.47% -
HSV(B) 50.4º 0.77% 0.76% -
XYZ 37.08 40.4 8.23 -
YUV 162.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 194 170 44 0 0.12 0.77 0.24 50.4 0.63 0.47
Hex C2 AA 2C 0 C 4D 18 32 3F 2F
Octal 302 252 54 0 14 115 30 62 77 57
Binary 11000010 10101010 101100 0 1100 1001101 11000 110010 111111 101111

Color Harmonies of #C2AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA2C

Black with #C2AA2C

Text Example


Text Example

White with #C2AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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