Html Css Color HEX #C5B327 Earls Green

📋 copy color: '#C5B327'

red 197 ◦ green 179 ◦ blue 39

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

Shades of Earls Green #C5B327

Tints of Earls Green #C5B327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.4%

R = 47.47%
G = 43.13%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C5B327 (or 0xC5B327) is known color: Earls Green. HEX triplet: C5, B3 and 27. RGB value is (197,179,39). Sum of RGB (Red+Green+Blue) = 197+179+39=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B327 is #3A4CD8. Grayscale: #A8A8A8. Windows color (decimal): -3820761 or 2601925. OLE color: 2601925.

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

Color convert

RGB 197 179 39 -
CMYK 0 0.09 0.80 0.23
HSL 53.16º 0.67% 0.46% -
HSV(B) 53.16º 0.8% 0.77% -
XYZ 39.51 44.26 8.38 -
YUV 168.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 197 179 39 0 0.09 0.80 0.23 53.16 0.67 0.46
Hex C5 B3 27 0 9 50 17 35 43 2E
Octal 305 263 47 0 11 120 27 65 103 56
Binary 11000101 10110011 100111 0 1001 1010000 10111 110101 1000011 101110

Color Harmonies of #C5B327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B327

Black with #C5B327

Text Example


Text Example

White with #C5B327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B327; }

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

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

background-color css

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

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

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

border-color css

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

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

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