Html Css Color HEX #C5AA27 Earls Green

📋 copy color: '#C5AA27'

red 197 ◦ green 170 ◦ blue 39

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

Shades of Earls Green #C5AA27

Tints of Earls Green #C5AA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.61%

R = 48.52%
G = 41.87%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C5AA27 (or 0xC5AA27) is known color: Earls Green. HEX triplet: C5, AA and 27. RGB value is (197,170,39). Sum of RGB (Red+Green+Blue) = 197+170+39=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA27 is #3A55D8. Grayscale: #A3A3A3. Windows color (decimal): -3823065 or 2599621. OLE color: 2599621.

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

Color convert

RGB 197 170 39 -
CMYK 0 0.14 0.80 0.23
HSL 49.75º 0.67% 0.46% -
HSV(B) 49.75º 0.8% 0.77% -
XYZ 37.77 40.77 7.8 -
YUV 163.14 57.95 152.15 -
System Red Green Blue C M Y K H S L
Decimal 197 170 39 0 0.14 0.80 0.23 49.75 0.67 0.46
Hex C5 AA 27 0 E 50 17 32 43 2E
Octal 305 252 47 0 16 120 27 62 103 56
Binary 11000101 10101010 100111 0 1110 1010000 10111 110010 1000011 101110

Color Harmonies of #C5AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA27

Black with #C5AA27

Text Example


Text Example

White with #C5AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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