Html Css Color HEX #C1AA24 Earls Green

📋 copy color: '#C1AA24'

red 193 ◦ green 170 ◦ blue 36

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

Shades of Earls Green #C1AA24

Tints of Earls Green #C1AA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.02%

R = 48.37%
G = 42.61%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C1AA24 (or 0xC1AA24) is known color: Earls Green. HEX triplet: C1, AA and 24. RGB value is (193,170,36). Sum of RGB (Red+Green+Blue) = 193+170+36=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA24 is #3E55DB. Grayscale: #A2A2A2. Windows color (decimal): -4085212 or 2403009. OLE color: 2403009.

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

Color convert

RGB 193 170 36 -
CMYK 0 0.12 0.81 0.24
HSL 51.21º 0.69% 0.45% -
HSV(B) 51.21º 0.81% 0.76% -
XYZ 36.69 40.21 7.5 -
YUV 161.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 193 170 36 0 0.12 0.81 0.24 51.21 0.69 0.45
Hex C1 AA 24 0 C 51 18 33 45 2D
Octal 301 252 44 0 14 121 30 63 105 55
Binary 11000001 10101010 100100 0 1100 1010001 11000 110011 1000101 101101

Color Harmonies of #C1AA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AA24

Black with #C1AA24

Text Example


Text Example

White with #C1AA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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