#899071

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

Shades of Bitter #899071

Tints of Bitter #899071

Color information

#899071 (or 0x899071) is unknown color: approx Bitter. HEX triplet: 89, 90 and 71. RGB value is (137,144,113). Sum of RGB (Red+Green+Blue) = 137+144+113=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #899071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899071 is #766F8E. Grayscale: #8A8A8A. Windows color (decimal): -7761807 or 7442569. OLE color: 7442569.

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

Color convert

RGB137144113-
CMYK0.0500.220.44
HSL73.55º12.25%50.39%-
HSV(B)73.55º21.53%56.47%-
XYZ23.2726.4619.5-
YUV138.37113.68127.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.77%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=34.77%
G=36.55%
B=28.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371441130.0500.220.4473.5512.2550.39
Hex89907150162C4ac32
Octal2112201615026541121462
Binary1000100110010000111000110101011010110010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899071; }

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

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

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

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

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

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

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

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