#898C60

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

Shades of Bitter #898C60

Tints of Bitter #898C60

Color information

#898C60 (or 0x898C60) is unknown color: approx Bitter. HEX triplet: 89, 8C and 60. RGB value is (137,140,96). Sum of RGB (Red+Green+Blue) = 137+140+96=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #898C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C60 is #76739F. Grayscale: #868686. Windows color (decimal): -7762848 or 6327433. OLE color: 6327433.

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

Color convert

RGB13714096-
CMYK0.0200.310.45
HSL64.09º18.64%46.27%-
HSV(B)64.09º31.43%54.9%-
XYZ21.8124.9214.73-
YUV134.09106.51130.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=36.73%
G=37.53%
B=25.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137140960.0200.310.4564.0918.6446.27
Hex898C60201F2D40132e
Octal2112141402037551002356
Binary1000100110001100110000010011111101101100000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,140,96); }

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

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

 a { background-color: rgb(137,140,96); }

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

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

 span { border-color: rgb(137,140,96); }

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