#899061

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

Shades of Bitter #899061

Tints of Bitter #899061

Color information

#899061 (or 0x899061) is unknown color: approx Bitter. HEX triplet: 89, 90 and 61. RGB value is (137,144,97). Sum of RGB (Red+Green+Blue) = 137+144+97=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #899061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899061 is #766F9E. Grayscale: #888888. Windows color (decimal): -7761823 or 6393993. OLE color: 6393993.

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

Color convert

RGB13714497-
CMYK0.0500.330.44
HSL68.94º19.5%47.25%-
HSV(B)68.94º32.64%56.47%-
XYZ22.4526.1315.17-
YUV136.55105.68128.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=36.24%
G=38.10%
B=25.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137144970.0500.330.4468.9419.547.25
Hex89906150212C45142f
Octal2112201415041541052457
Binary100010011001000011000011010100001101100100010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899061; }

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

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

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

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

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

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

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

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