#898C58

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

Shades of Bitter #898C58

Tints of Bitter #898C58

Color information

#898C58 (or 0x898C58) is unknown color: approx Bitter. HEX triplet: 89, 8C and 58. RGB value is (137,140,88). Sum of RGB (Red+Green+Blue) = 137+140+88=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 140 - color contains mainly: green. Hex color #898C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C58 is #7673A7. Grayscale: #858585. Windows color (decimal): -7762856 or 5803145. OLE color: 5803145.

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

Color convert

RGB13714088-
CMYK0.0200.370.45
HSL63.46º22.81%44.71%-
HSV(B)63.46º37.14%54.9%-
XYZ21.4624.7812.88-
YUV133.18102.51130.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 140 (55.08% from 255) = 38.36%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=37.53%
G=38.36%
B=24.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137140880.0200.370.4563.4622.8144.71
Hex898C5820252D3f172d
Octal211214130204555772755
Binary1000100110001100101100010010010110110111111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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