#899161

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

Shades of Bitter #899161

Tints of Bitter #899161

Color information

#899161 (or 0x899161) is unknown color: approx Bitter. HEX triplet: 89, 91 and 61. RGB value is (137,145,97). Sum of RGB (Red+Green+Blue) = 137+145+97=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #899161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899161 is #766E9E. Grayscale: #898989. Windows color (decimal): -7761567 or 6394249. OLE color: 6394249.

HSL color Cylindrical-coordinate representation of color #899161: hue angle of 70º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899161 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB13714597-
CMYK0.0600.330.43
HSL70º19.83%47.45%-
HSV(B)70º33.1%56.86%-
XYZ22.626.4315.22-
YUV137.14105.35127.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.15%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=36.15%
G=38.26%
B=25.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137145970.0600.330.437019.8347.45
Hex89916160212B46142f
Octal2112211416041531062457
Binary100010011001000111000011100100001101011100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899161; }

 p { color: rgb(137,145,97); }

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

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

 a { background-color: rgb(137,145,97); }

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

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

 span { border-color: rgb(137,145,97); }

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