Html Css Color HEX #C5AA16 Earls Green

📋 copy color: '#C5AA16'

red 197 ◦ green 170 ◦ blue 22

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

Shades of Earls Green #C5AA16

Tints of Earls Green #C5AA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 50.64%
G = 43.7%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C5AA16 (or 0xC5AA16) is known color: Earls Green. HEX triplet: C5, AA and 16. RGB value is (197,170,22). Sum of RGB (Red+Green+Blue) = 197+170+22=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AA16 is #3A55E9. Grayscale: #A1A1A1. Windows color (decimal): -3823082 or 1485509. OLE color: 1485509.

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

Color convert

RGB 197 170 22 -
CMYK 0 0.14 0.89 0.23
HSL 50.74º 0.8% 0.43% -
HSV(B) 50.74º 0.89% 0.77% -
XYZ 37.55 40.68 6.63 -
YUV 161.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 197 170 22 0 0.14 0.89 0.23 50.74 0.8 0.43
Hex C5 AA 16 0 E 59 17 33 50 2B
Octal 305 252 26 0 16 131 27 63 120 53
Binary 11000101 10101010 10110 0 1110 1011001 10111 110011 1010000 101011

Color Harmonies of #C5AA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA16

Black with #C5AA16

Text Example


Text Example

White with #C5AA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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