#98999F

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

Shades of Manatee #98999F

Tints of Manatee #98999F

Color information

#98999F (or 0x98999F) is unknown color: approx Manatee. HEX triplet: 98, 99 and 9F. RGB value is (152,153,159). Sum of RGB (Red+Green+Blue) = 152+153+159=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 159 - color contains mainly: blue. Hex color #98999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98999F is #676660. Grayscale: #999999. Windows color (decimal): -6776417 or 10459544. OLE color: 10459544.

HSL color Cylindrical-coordinate representation of color #98999F: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #98999F is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152153159-
CMYK0.040.0400.38
HSL231.43º3.52%60.98%-
HSV(B)231.43º4.4%62.35%-
XYZ30.631.9637.36-
YUV153.38131.17127.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=32.76%
G=32.97%
B=34.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521531590.040.0400.38231.433.5260.98
Hex98999F44026e743d
Octal23023123744046347475
Binary100110001001100110011111100100010011011100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98999F; }

 p { color: rgb(152,153,159); }

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

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

 a { background-color: rgb(152,153,159); }

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

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

 span { border-color: rgb(152,153,159); }

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