#898D73

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

Shades of Bitter #898D73

Tints of Bitter #898D73

Color information

#898D73 (or 0x898D73) is unknown color: approx Bitter. HEX triplet: 89, 8D and 73. RGB value is (137,141,115). Sum of RGB (Red+Green+Blue) = 137+141+115=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #898D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D73 is #76728C. Grayscale: #888888. Windows color (decimal): -7762573 or 7572873. OLE color: 7572873.

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

Color convert

RGB137141115-
CMYK0.0300.180.45
HSL69.23º10.24%50.2%-
HSV(B)69.23º18.44%55.29%-
XYZ22.9425.6119.95-
YUV136.84115.67128.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.86%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=34.86%
G=35.88%
B=29.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371411150.0300.180.4569.2310.2450.2
Hex898D7330122D45a32
Octal2112151633022551051262
Binary100010011000110111100111101001010110110001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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