#889070

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

Shades of Bitter #889070

Tints of Bitter #889070

Color information

#889070 (or 0x889070) is unknown color: approx Bitter. HEX triplet: 88, 90 and 70. RGB value is (136,144,112). Sum of RGB (Red+Green+Blue) = 136+144+112=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #889070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889070 is #776F8F. Grayscale: #8A8A8A. Windows color (decimal): -7827344 or 7377032. OLE color: 7377032.

HSL color Cylindrical-coordinate representation of color #889070: hue angle of 75º degrees, saturation: 0.13, 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 #889070 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB136144112-
CMYK0.0600.220.44
HSL75º12.6%50.2%-
HSV(B)75º22.22%56.47%-
XYZ23.0526.3519.2-
YUV137.96113.35126.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.69%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=34.69%
G=36.73%
B=28.57%

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
Decimal1361441120.0600.220.447512.650.2
Hex88907060162C4bd32
Octal2102201606026541131562
Binary1000100010010000111000011001011010110010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889070; }

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

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

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

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

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

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

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

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