Html Css Color HEX #C2AA2A Earls Green

📋 copy color: '#C2AA2A'

red 194 ◦ green 170 ◦ blue 42

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

Shades of Earls Green #C2AA2A

Tints of Earls Green #C2AA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 47.78%
G = 41.87%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2AA2A (or 0xC2AA2A) is known color: Earls Green. HEX triplet: C2, AA and 2A. RGB value is (194,170,42). Sum of RGB (Red+Green+Blue) = 194+170+42=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA2A is #3D55D5. Grayscale: #A3A3A3. Windows color (decimal): -4019670 or 2796226. OLE color: 2796226.

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

Color convert

RGB 194 170 42 -
CMYK 0 0.12 0.78 0.24
HSL 50.53º 0.64% 0.46% -
HSV(B) 50.53º 0.78% 0.76% -
XYZ 37.04 40.39 8.03 -
YUV 162.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 194 170 42 0 0.12 0.78 0.24 50.53 0.64 0.46
Hex C2 AA 2A 0 C 4E 18 33 40 2E
Octal 302 252 52 0 14 116 30 63 100 56
Binary 11000010 10101010 101010 0 1100 1001110 11000 110011 1000000 101110

Color Harmonies of #C2AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA2A

Black with #C2AA2A

Text Example


Text Example

White with #C2AA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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