Html Css Color HEX #C2AD20 Earls Green

📋 copy color: '#C2AD20'

red 194 ◦ green 173 ◦ blue 32

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

Shades of Earls Green #C2AD20

Tints of Earls Green #C2AD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.36%

 BLUE value IS 32 (12.89% from 255) = 8.02%

R = 48.62%
G = 43.36%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2AD20 (or 0xC2AD20) is known color: Earls Green. HEX triplet: C2, AD and 20. RGB value is (194,173,32). Sum of RGB (Red+Green+Blue) = 194+173+32=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD20 is #3D52DF. Grayscale: #A3A3A3. Windows color (decimal): -4018912 or 2141634. OLE color: 2141634.

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

Color convert

RGB 194 173 32 -
CMYK 0 0.11 0.84 0.24
HSL 52.22º 0.72% 0.44% -
HSV(B) 52.22º 0.84% 0.76% -
XYZ 37.45 41.46 7.4 -
YUV 163.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 194 173 32 0 0.11 0.84 0.24 52.22 0.72 0.44
Hex C2 AD 20 0 B 54 18 34 48 2C
Octal 302 255 40 0 13 124 30 64 110 54
Binary 11000010 10101101 100000 0 1011 1010100 11000 110100 1001000 101100

Color Harmonies of #C2AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD20

Black with #C2AD20

Text Example


Text Example

White with #C2AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD20; }

 p { color: rgb(194,173,32); }

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

background-color css

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

 a { background-color: rgb(194,173,32); }

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

border-color css

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

 span { border-color: rgb(194,173,32); }

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