Html Css Color HEX #C2AA30 Earls Green

📋 copy color: '#C2AA30'

red 194 ◦ green 170 ◦ blue 48

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

Shades of Earls Green #C2AA30

Tints of Earls Green #C2AA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.65%

R = 47.09%
G = 41.26%
B = 11.65%

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

#C2AA30 (or 0xC2AA30) is known color: Earls Green. HEX triplet: C2, AA and 30. RGB value is (194,170,48). Sum of RGB (Red+Green+Blue) = 194+170+48=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA30 is #3D55CF. Grayscale: #A3A3A3. Windows color (decimal): -4019664 or 3189442. OLE color: 3189442.

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

Color convert

RGB 194 170 48 -
CMYK 0 0.12 0.75 0.24
HSL 50.14º 0.6% 0.47% -
HSV(B) 50.14º 0.75% 0.76% -
XYZ 37.16 40.43 8.64 -
YUV 163.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 194 170 48 0 0.12 0.75 0.24 50.14 0.6 0.47
Hex C2 AA 30 0 C 4B 18 32 3C 2F
Octal 302 252 60 0 14 113 30 62 74 57
Binary 11000010 10101010 110000 0 1100 1001011 11000 110010 111100 101111

Color Harmonies of #C2AA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA30

Black with #C2AA30

Text Example


Text Example

White with #C2AA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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