Html Css Color HEX #C5AA24 Earls Green

📋 copy color: '#C5AA24'

red 197 ◦ green 170 ◦ blue 36

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

Shades of Earls Green #C5AA24

Tints of Earls Green #C5AA24

RGB

 RED value IS 197 (77.34% from 255) = 48.88%

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

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

R = 48.88%
G = 42.18%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5AA24 (or 0xC5AA24) is known color: Earls Green. HEX triplet: C5, AA and 24. RGB value is (197,170,36). Sum of RGB (Red+Green+Blue) = 197+170+36=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA24 is #3A55DB. Grayscale: #A3A3A3. Windows color (decimal): -3823068 or 2403013. OLE color: 2403013.

HSL color Cylindrical-coordinate representation of color #C5AA24: hue angle of 49.94º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5AA24 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 36 -
CMYK 0 0.14 0.82 0.23
HSL 49.94º 0.69% 0.46% -
HSV(B) 49.94º 0.82% 0.77% -
XYZ 37.72 40.75 7.55 -
YUV 162.8 56.45 152.4 -
System Red Green Blue C M Y K H S L
Decimal 197 170 36 0 0.14 0.82 0.23 49.94 0.69 0.46
Hex C5 AA 24 0 E 52 17 32 45 2E
Octal 305 252 44 0 16 122 27 62 105 56
Binary 11000101 10101010 100100 0 1110 1010010 10111 110010 1000101 101110

Color Harmonies of #C5AA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA24

Black with #C5AA24

Text Example


Text Example

White with #C5AA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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