#888B6F

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

Shades of Bitter #888B6F

Tints of Bitter #888B6F

Color information

#888B6F (or 0x888B6F) is unknown color: approx Bitter. HEX triplet: 88, 8B and 6F. RGB value is (136,139,111). Sum of RGB (Red+Green+Blue) = 136+139+111=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #888B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B6F is #777490. Grayscale: #878787. Windows color (decimal): -7828625 or 7310216. OLE color: 7310216.

HSL color Cylindrical-coordinate representation of color #888B6F: hue angle of 66.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #888B6F is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB136139111-
CMYK0.0200.200.45
HSL66.43º11.2%49.02%-
HSV(B)66.43º20.14%54.51%-
XYZ22.2624.8518.66-
YUV134.91114.51128.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=35.23%
G=36.01%
B=28.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391110.0200.200.4566.4311.249.02
Hex888B6F20142D42b31
Octal2102131572024551021361
Binary100010001000101111011111001010010110110000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888B6F; }

 p { color: rgb(136,139,111); }

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

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

 a { background-color: rgb(136,139,111); }

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

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

 span { border-color: rgb(136,139,111); }

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