#888B6E

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

Shades of Bitter #888B6E

Tints of Bitter #888B6E

Color information

#888B6E (or 0x888B6E) is unknown color: approx Bitter. HEX triplet: 88, 8B and 6E. RGB value is (136,139,110). Sum of RGB (Red+Green+Blue) = 136+139+110=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #888B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B6E is #777491. Grayscale: #868686. Windows color (decimal): -7828626 or 7244680. OLE color: 7244680.

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

Color convert

RGB136139110-
CMYK0.0200.210.45
HSL66.21º11.65%48.82%-
HSV(B)66.21º20.86%54.51%-
XYZ22.224.8318.37-
YUV134.8114.01128.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=35.32%
G=36.10%
B=28.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391100.0200.210.4566.2111.6548.82
Hex888B6E20152D42c31
Octal2102131562025551021461
Binary100010001000101111011101001010110110110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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