#C5B526

Color #C5B526 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C5B526

Tints of Earls Green #C5B526

Color information

#C5B526 (or 0xC5B526) is unknown color: approx Earls Green. HEX triplet: C5, B5 and 26. RGB value is (197,181,38). Sum of RGB (Red+Green+Blue) = 197+181+38=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B526 is #3A4AD9. Grayscale: #AAAAAA. Windows color (decimal): -3820250 or 2536901. OLE color: 2536901.

HSL color Cylindrical-coordinate representation of color #C5B526: hue angle of 53.96º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5B526 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB19718138-
CMYK00.080.810.23
HSL53.96º67.66%46.08%-
HSV(B)53.96º80.71%77.25%-
XYZ39.945.068.43-
YUV169.4853.8147.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 181 (71.09% from 255) = 43.51%
BLUE value IS 38 (15.23% from 255) = 9.13%
R=47.36%
G=43.51%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971813800.080.810.2353.9667.6646.08
HexC5B52608511736442e
Octal30526546010121276610456
Binary1100010110110101100110010001010001101111101101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B526; }

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

 H1.HeaderClassName
 {
   color: #C5B526;
 }
 .AnyTagClassName
 {
   color: #C5B526;
 }
</style>
background-color css

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

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

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

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

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

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