Html Css Color HEX #C5AA28 Earls Green

📋 copy color: '#C5AA28'

red 197 ◦ green 170 ◦ blue 40

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

Shades of Earls Green #C5AA28

Tints of Earls Green #C5AA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 48.4%
G = 41.77%
B = 9.83%

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

#C5AA28 (or 0xC5AA28) is known color: Earls Green. HEX triplet: C5, AA and 28. RGB value is (197,170,40). Sum of RGB (Red+Green+Blue) = 197+170+40=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA28 is #3A55D7. Grayscale: #A3A3A3. Windows color (decimal): -3823064 or 2665157. OLE color: 2665157.

HSL color Cylindrical-coordinate representation of color #C5AA28: hue angle of 49.68º degrees, saturation: 0.66, 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 #C5AA28 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 40 -
CMYK 0 0.14 0.80 0.23
HSL 49.68º 0.66% 0.46% -
HSV(B) 49.68º 0.8% 0.77% -
XYZ 37.78 40.77 7.89 -
YUV 163.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 197 170 40 0 0.14 0.80 0.23 49.68 0.66 0.46
Hex C5 AA 28 0 E 50 17 32 42 2E
Octal 305 252 50 0 16 120 27 62 102 56
Binary 11000101 10101010 101000 0 1110 1010000 10111 110010 1000010 101110

Color Harmonies of #C5AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA28

Black with #C5AA28

Text Example


Text Example

White with #C5AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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