Html Css Color HEX #C1AA20 Earls Green

📋 copy color: '#C1AA20'

red 193 ◦ green 170 ◦ blue 32

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

Shades of Earls Green #C1AA20

Tints of Earls Green #C1AA20

RGB

 RED value IS 193 (75.78% from 255) = 48.86%

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

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

R = 48.86%
G = 43.04%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1AA20 (or 0xC1AA20) is known color: Earls Green. HEX triplet: C1, AA and 20. RGB value is (193,170,32). Sum of RGB (Red+Green+Blue) = 193+170+32=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA20 is #3E55DF. Grayscale: #A1A1A1. Windows color (decimal): -4085216 or 2140865. OLE color: 2140865.

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

Color convert

RGB 193 170 32 -
CMYK 0 0.12 0.83 0.24
HSL 51.43º 0.72% 0.44% -
HSV(B) 51.43º 0.83% 0.76% -
XYZ 36.63 40.19 7.19 -
YUV 161.15 55.12 150.72 -
System Red Green Blue C M Y K H S L
Decimal 193 170 32 0 0.12 0.83 0.24 51.43 0.72 0.44
Hex C1 AA 20 0 C 53 18 33 48 2C
Octal 301 252 40 0 14 123 30 63 110 54
Binary 11000001 10101010 100000 0 1100 1010011 11000 110011 1001000 101100

Color Harmonies of #C1AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AA20

Black with #C1AA20

Text Example


Text Example

White with #C1AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AA20; }

 p { color: rgb(193,170,32); }

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

background-color css

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

 a { background-color: rgb(193,170,32); }

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

border-color css

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

 span { border-color: rgb(193,170,32); }

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