#898D76

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

Shades of Bitter #898D76

Tints of Bitter #898D76

Color information

#898D76 (or 0x898D76) is unknown color: approx Bitter. HEX triplet: 89, 8D and 76. RGB value is (137,141,118). Sum of RGB (Red+Green+Blue) = 137+141+118=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #898D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D76 is #767289. Grayscale: #898989. Windows color (decimal): -7762570 or 7769481. OLE color: 7769481.

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

Color convert

RGB137141118-
CMYK0.0300.160.45
HSL70.43º9.16%50.78%-
HSV(B)70.43º16.31%55.29%-
XYZ23.1125.6820.88-
YUV137.18117.17127.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.60%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=34.60%
G=35.61%
B=29.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371411180.0300.160.4570.439.1650.78
Hex898D7630102D46933
Octal2112151663020551061163
Binary100010011000110111101101101000010110110001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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