Html Css Color HEX #C2AA1E Earls Green

📋 copy color: '#C2AA1E'

red 194 ◦ green 170 ◦ blue 30

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

Shades of Earls Green #C2AA1E

Tints of Earls Green #C2AA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.61%

R = 49.24%
G = 43.15%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2AA1E (or 0xC2AA1E) is known color: Earls Green. HEX triplet: C2, AA and 1E. RGB value is (194,170,30). Sum of RGB (Red+Green+Blue) = 194+170+30=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA1E is #3D55E1. Grayscale: #A1A1A1. Windows color (decimal): -4019682 or 2009794. OLE color: 2009794.

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

Color convert

RGB 194 170 30 -
CMYK 0 0.12 0.85 0.24
HSL 51.22º 0.73% 0.44% -
HSV(B) 51.22º 0.85% 0.76% -
XYZ 36.86 40.31 7.07 -
YUV 161.22 53.95 151.38 -
System Red Green Blue C M Y K H S L
Decimal 194 170 30 0 0.12 0.85 0.24 51.22 0.73 0.44
Hex C2 AA 1E 0 C 55 18 33 49 2C
Octal 302 252 36 0 14 125 30 63 111 54
Binary 11000010 10101010 11110 0 1100 1010101 11000 110011 1001001 101100

Color Harmonies of #C2AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA1E

Black with #C2AA1E

Text Example


Text Example

White with #C2AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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