Html Css Color HEX #C5B424 Earls Green

📋 copy color: '#C5B424'

red 197 ◦ green 180 ◦ blue 36

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

Shades of Earls Green #C5B424

Tints of Earls Green #C5B424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.58%

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

R = 47.7%
G = 43.58%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5B424 (or 0xC5B424) is known color: Earls Green. HEX triplet: C5, B4 and 24. RGB value is (197,180,36). Sum of RGB (Red+Green+Blue) = 197+180+36=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 36 (14.45% from 255 or 8.72% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B424 is #3A4BDB. Grayscale: #A9A9A9. Windows color (decimal): -3820508 or 2405573. OLE color: 2405573.

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

Color convert

RGB 197 180 36 -
CMYK 0 0.09 0.82 0.23
HSL 53.66º 0.69% 0.46% -
HSV(B) 53.66º 0.82% 0.77% -
XYZ 39.67 44.64 8.19 -
YUV 168.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 197 180 36 0 0.09 0.82 0.23 53.66 0.69 0.46
Hex C5 B4 24 0 9 52 17 36 45 2E
Octal 305 264 44 0 11 122 27 66 105 56
Binary 11000101 10110100 100100 0 1001 1010010 10111 110110 1000101 101110

Color Harmonies of #C5B424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B424

Black with #C5B424

Text Example


Text Example

White with #C5B424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B424; }

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

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

background-color css

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

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

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

border-color css

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

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

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