#888B73

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

Shades of Bitter #888B73

Tints of Bitter #888B73

Color information

#888B73 (or 0x888B73) is unknown color: approx Bitter. HEX triplet: 88, 8B and 73. RGB value is (136,139,115). Sum of RGB (Red+Green+Blue) = 136+139+115=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 139 - color contains mainly: green. Hex color #888B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B73 is #77748C. Grayscale: #878787. Windows color (decimal): -7828621 or 7572360. OLE color: 7572360.

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

Color convert

RGB136139115-
CMYK0.0200.170.45
HSL67.5º9.45%49.8%-
HSV(B)67.5º17.27%54.51%-
XYZ22.4824.9419.85-
YUV135.37116.51128.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=34.87%
G=35.64%
B=29.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391150.0200.170.4567.59.4549.8
Hex888B7320112D44932
Octal2102131632021551041162
Binary100010001000101111100111001000110110110001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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