#898C6F

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

Shades of Bitter #898C6F

Tints of Bitter #898C6F

Color information

#898C6F (or 0x898C6F) is unknown color: approx Bitter. HEX triplet: 89, 8C and 6F. RGB value is (137,140,111). Sum of RGB (Red+Green+Blue) = 137+140+111=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 140 - color contains mainly: green. Hex color #898C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C6F is #767390. Grayscale: #878787. Windows color (decimal): -7762833 or 7310473. OLE color: 7310473.

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

Color convert

RGB137140111-
CMYK0.0200.210.45
HSL66.21º11.55%49.22%-
HSV(B)66.21º20.71%54.9%-
XYZ22.5625.2218.72-
YUV135.8114.01128.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=35.31%
G=36.08%
B=28.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371401110.0200.210.4566.2111.5549.22
Hex898C6F20152D42c31
Octal2112141572025551021461
Binary100010011000110011011111001010110110110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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