Html Css Color HEX #C5A424 Earls Green

📋 copy color: '#C5A424'

red 197 ◦ green 164 ◦ blue 36

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

Shades of Earls Green #C5A424

Tints of Earls Green #C5A424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.31%

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

R = 49.62%
G = 41.31%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5A424 (or 0xC5A424) is known color: Earls Green. HEX triplet: C5, A4 and 24. RGB value is (197,164,36). Sum of RGB (Red+Green+Blue) = 197+164+36=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A424 is #3A5BDB. Grayscale: #9F9F9F. Windows color (decimal): -3824604 or 2401477. OLE color: 2401477.

HSL color Cylindrical-coordinate representation of color #C5A424: hue angle of 47.7º 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 #C5A424 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 164 36 -
CMYK 0 0.17 0.82 0.23
HSL 47.7º 0.69% 0.46% -
HSV(B) 47.7º 0.82% 0.77% -
XYZ 36.62 38.55 7.18 -
YUV 159.28 58.43 154.91 -
System Red Green Blue C M Y K H S L
Decimal 197 164 36 0 0.17 0.82 0.23 47.7 0.69 0.46
Hex C5 A4 24 0 11 52 17 30 45 2E
Octal 305 244 44 0 21 122 27 60 105 56
Binary 11000101 10100100 100100 0 10001 1010010 10111 110000 1000101 101110

Color Harmonies of #C5A424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A424

Black with #C5A424

Text Example


Text Example

White with #C5A424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A424; }

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

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

background-color css

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

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

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

border-color css

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

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

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