#898B66

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

Shades of Bitter #898B66

Tints of Bitter #898B66

Color information

#898B66 (or 0x898B66) is unknown color: approx Bitter. HEX triplet: 89, 8B and 66. RGB value is (137,139,102). Sum of RGB (Red+Green+Blue) = 137+139+102=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #898B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B66 is #767499. Grayscale: #868686. Windows color (decimal): -7763098 or 6720393. OLE color: 6720393.

HSL color Cylindrical-coordinate representation of color #898B66: hue angle of 63.24º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #898B66 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB137139102-
CMYK0.0100.270.45
HSL63.24º15.35%47.25%-
HSV(B)63.24º26.62%54.51%-
XYZ21.9524.7416.19-
YUV134.18109.84130.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=36.24%
G=36.77%
B=26.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371391020.0100.270.4563.2415.3547.25
Hex898B66101B2D3ff2f
Octal211213146103355771757
Binary1000100110001011110011010110111011011111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,139,102); }

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

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

 a { background-color: rgb(137,139,102); }

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

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

 span { border-color: rgb(137,139,102); }

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