Html Css Color HEX #C5B324 Earls Green

📋 copy color: '#C5B324'

red 197 ◦ green 179 ◦ blue 36

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

Shades of Earls Green #C5B324

Tints of Earls Green #C5B324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.45%

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

R = 47.82%
G = 43.45%
B = 8.74%

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

#C5B324 (or 0xC5B324) is known color: Earls Green. HEX triplet: C5, B3 and 24. RGB value is (197,179,36). Sum of RGB (Red+Green+Blue) = 197+179+36=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B324 is #3A4CDB. Grayscale: #A8A8A8. Windows color (decimal): -3820764 or 2405317. OLE color: 2405317.

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

Color convert

RGB 197 179 36 -
CMYK 0 0.09 0.82 0.23
HSL 53.29º 0.69% 0.46% -
HSV(B) 53.29º 0.82% 0.77% -
XYZ 39.46 44.24 8.13 -
YUV 168.08 53.46 148.63 -
System Red Green Blue C M Y K H S L
Decimal 197 179 36 0 0.09 0.82 0.23 53.29 0.69 0.46
Hex C5 B3 24 0 9 52 17 35 45 2E
Octal 305 263 44 0 11 122 27 65 105 56
Binary 11000101 10110011 100100 0 1001 1010010 10111 110101 1000101 101110

Color Harmonies of #C5B324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B324

Black with #C5B324

Text Example


Text Example

White with #C5B324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B324; }

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

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

background-color css

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

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

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

border-color css

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

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

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