#858876

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

Shades of Bitter #858876

Tints of Bitter #858876

Color information

#858876 (or 0x858876) is unknown color: approx Bitter. HEX triplet: 85, 88 and 76. RGB value is (133,136,118). Sum of RGB (Red+Green+Blue) = 133+136+118=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #858876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858876 is #7A7789. Grayscale: #858585. Windows color (decimal): -8025994 or 7768197. OLE color: 7768197.

HSL color Cylindrical-coordinate representation of color #858876: hue angle of 70º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #858876 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB133136118-
CMYK0.0200.130.47
HSL70º7.09%49.8%-
HSV(B)70º13.24%53.33%-
XYZ21.7523.920.61-
YUV133.05119.51127.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=34.37%
G=35.14%
B=30.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331361180.0200.130.47707.0949.8
Hex85887620D2F46732
Octal205210166201557106762
Binary1000010110001000111011010011011011111000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858876; }

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

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

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

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

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

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

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

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