Html Css Color HEX #C5B524 Earls Green

📋 copy color: '#C5B524'

red 197 ◦ green 181 ◦ blue 36

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

Shades of Earls Green #C5B524

Tints of Earls Green #C5B524

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.72%

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

R = 47.58%
G = 43.72%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5B524 (or 0xC5B524) is known color: Earls Green. HEX triplet: C5, B5 and 24. RGB value is (197,181,36). Sum of RGB (Red+Green+Blue) = 197+181+36=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B524 is #3A4ADB. Grayscale: #A9A9A9. Windows color (decimal): -3820252 or 2405829. OLE color: 2405829.

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

Color convert

RGB 197 181 36 -
CMYK 0 0.08 0.82 0.23
HSL 54.04º 0.69% 0.46% -
HSV(B) 54.04º 0.82% 0.77% -
XYZ 39.87 45.05 8.26 -
YUV 169.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 197 181 36 0 0.08 0.82 0.23 54.04 0.69 0.46
Hex C5 B5 24 0 8 52 17 36 45 2E
Octal 305 265 44 0 10 122 27 66 105 56
Binary 11000101 10110101 100100 0 1000 1010010 10111 110110 1000101 101110

Color Harmonies of #C5B524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B524

Black with #C5B524

Text Example


Text Example

White with #C5B524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B524; }

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

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

background-color css

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

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

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

border-color css

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

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

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