#888B64

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

Shades of Bitter #888B64

Tints of Bitter #888B64

Color information

#888B64 (or 0x888B64) is unknown color: approx Bitter. HEX triplet: 88, 8B and 64. RGB value is (136,139,100). Sum of RGB (Red+Green+Blue) = 136+139+100=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #888B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B64 is #77749B. Grayscale: #858585. Windows color (decimal): -7828636 or 6589320. OLE color: 6589320.

HSL color Cylindrical-coordinate representation of color #888B64: hue angle of 64.62º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888B64 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB136139100-
CMYK0.0200.280.45
HSL64.62º16.32%46.86%-
HSV(B)64.62º28.06%54.51%-
XYZ21.6924.6215.67-
YUV133.66109.01129.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=36.27%
G=37.07%
B=26.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391000.0200.280.4564.6216.3246.86
Hex888B64201C2D41102f
Octal2102131442034551012057
Binary1000100010001011110010010011100101101100000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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