#889072

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

Shades of Bitter #889072

Tints of Bitter #889072

Color information

#889072 (or 0x889072) is unknown color: approx Bitter. HEX triplet: 88, 90 and 72. RGB value is (136,144,114). Sum of RGB (Red+Green+Blue) = 136+144+114=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #889072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889072 is #776F8D. Grayscale: #8A8A8A. Windows color (decimal): -7827342 or 7508104. OLE color: 7508104.

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

Color convert

RGB136144114-
CMYK0.0600.210.44
HSL76º11.9%50.59%-
HSV(B)76º20.83%56.47%-
XYZ23.1626.419.79-
YUV138.19114.35126.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.52%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=34.52%
G=36.55%
B=28.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361441140.0600.210.447611.950.59
Hex88907260152C4cc33
Octal2102201626025541141463
Binary1000100010010000111001011001010110110010011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889072; }

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

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

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

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

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

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

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

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