#898D71

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

Shades of Bitter #898D71

Tints of Bitter #898D71

Color information

#898D71 (or 0x898D71) is unknown color: approx Bitter. HEX triplet: 89, 8D and 71. RGB value is (137,141,113). Sum of RGB (Red+Green+Blue) = 137+141+113=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #898D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D71 is #76728E. Grayscale: #888888. Windows color (decimal): -7762575 or 7441801. OLE color: 7441801.

HSL color Cylindrical-coordinate representation of color #898D71: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #898D71 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB137141113-
CMYK0.0300.200.45
HSL68.57º11.02%49.8%-
HSV(B)68.57º19.86%55.29%-
XYZ22.8225.5619.35-
YUV136.61114.67128.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=35.04%
G=36.06%
B=28.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371411130.0300.200.4568.5711.0249.8
Hex898D7130142D45b32
Octal2112151613024551051362
Binary100010011000110111100011101010010110110001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898D71; }

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

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

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

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

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

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

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

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