#889071

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

Shades of Bitter #889071

Tints of Bitter #889071

Color information

#889071 (or 0x889071) is unknown color: approx Bitter. HEX triplet: 88, 90 and 71. RGB value is (136,144,113). Sum of RGB (Red+Green+Blue) = 136+144+113=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #889071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889071 is #776F8E. Grayscale: #8A8A8A. Windows color (decimal): -7827343 or 7442568. OLE color: 7442568.

HSL color Cylindrical-coordinate representation of color #889071: hue angle of 75.48º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #889071 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB136144113-
CMYK0.0600.220.44
HSL75.48º12.25%50.39%-
HSV(B)75.48º21.53%56.47%-
XYZ23.1126.3719.5-
YUV138.07113.85126.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=34.61%
G=36.64%
B=28.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361441130.0600.220.4475.4812.2550.39
Hex88907160162C4bc32
Octal2102201616026541131462
Binary1000100010010000111000111001011010110010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889071; }

 p { color: rgb(136,144,113); }

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

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

 a { background-color: rgb(136,144,113); }

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

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

 span { border-color: rgb(136,144,113); }

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