#98999E

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

Shades of Manatee #98999E

Tints of Manatee #98999E

Color information

#98999E (or 0x98999E) is unknown color: approx Manatee. HEX triplet: 98, 99 and 9E. RGB value is (152,153,158). Sum of RGB (Red+Green+Blue) = 152+153+158=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 158 - color contains mainly: blue. Hex color #98999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98999E is #676661. Grayscale: #999999. Windows color (decimal): -6776418 or 10394008. OLE color: 10394008.

HSL color Cylindrical-coordinate representation of color #98999E: hue angle of 230º degrees, saturation: 0.03, 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 #98999E is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152153158-
CMYK0.040.0300.38
HSL230º3%60.78%-
HSV(B)230º3.8%61.96%-
XYZ30.5131.9336.9-
YUV153.27130.67127.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=32.83%
G=33.05%
B=34.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521531580.040.0300.38230360.78
Hex98999E43026e633d
Octal23023123643046346375
Binary1001100010011001100111101001101001101110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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