#898D72

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

Shades of Bitter #898D72

Tints of Bitter #898D72

Color information

#898D72 (or 0x898D72) is unknown color: approx Bitter. HEX triplet: 89, 8D and 72. RGB value is (137,141,114). Sum of RGB (Red+Green+Blue) = 137+141+114=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #898D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D72 is #76728D. Grayscale: #888888. Windows color (decimal): -7762574 or 7507337. OLE color: 7507337.

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

Color convert

RGB137141114-
CMYK0.0300.190.45
HSL68.89º10.59%50%-
HSV(B)68.89º19.15%55.29%-
XYZ22.8825.5819.65-
YUV136.73115.17128.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=34.95%
G=35.97%
B=29.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371411140.0300.190.4568.8910.5950
Hex898D7230132D45b32
Octal2112151623023551051362
Binary100010011000110111100101101001110110110001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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