#858976

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

Shades of Bitter #858976

Tints of Bitter #858976

Color information

#858976 (or 0x858976) is unknown color: approx Bitter. HEX triplet: 85, 89 and 76. RGB value is (133,137,118). Sum of RGB (Red+Green+Blue) = 133+137+118=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #858976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858976 is #7A7689. Grayscale: #858585. Windows color (decimal): -8025738 or 7768453. OLE color: 7768453.

HSL color Cylindrical-coordinate representation of color #858976: hue angle of 72.63º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858976 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB133137118-
CMYK0.0300.140.46
HSL72.63º7.45%50%-
HSV(B)72.63º13.87%53.73%-
XYZ21.8924.1920.65-
YUV133.64119.17127.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=34.28%
G=35.31%
B=30.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371180.0300.140.4672.637.4550
Hex85897630E2E49732
Octal205211166301656111762
Binary1000010110001001111011011011101011101001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858976; }

 p { color: rgb(133,137,118); }

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

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

 a { background-color: rgb(133,137,118); }

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

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

 span { border-color: rgb(133,137,118); }

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