#88916E

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

Shades of Bitter #88916E

Tints of Bitter #88916E

Color information

#88916E (or 0x88916E) is unknown color: approx Bitter. HEX triplet: 88, 91 and 6E. RGB value is (136,145,110). Sum of RGB (Red+Green+Blue) = 136+145+110=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #88916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88916E is #776E91. Grayscale: #8A8A8A. Windows color (decimal): -7827090 or 7246216. OLE color: 7246216.

HSL color Cylindrical-coordinate representation of color #88916E: hue angle of 75.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88916E is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB136145110-
CMYK0.0600.240.43
HSL75.43º13.73%50%-
HSV(B)75.43º24.14%56.86%-
XYZ23.0926.6118.67-
YUV138.32112.02126.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=34.78%
G=37.08%
B=28.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361451100.0600.240.4375.4313.7350
Hex88916E60182B4be32
Octal2102211566030531131662
Binary1000100010010001110111011001100010101110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88916E; }

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

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

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

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

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

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

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

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