#98999C

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

Shades of Manatee #98999C

Tints of Manatee #98999C

Color information

#98999C (or 0x98999C) is unknown color: approx Manatee. HEX triplet: 98, 99 and 9C. RGB value is (152,153,156). Sum of RGB (Red+Green+Blue) = 152+153+156=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 156 - color contains mainly: blue. Hex color #98999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98999C is #676663. Grayscale: #999999. Windows color (decimal): -6776420 or 10262936. OLE color: 10262936.

HSL color Cylindrical-coordinate representation of color #98999C: hue angle of 225º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #98999C is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152153156-
CMYK0.030.0200.39
HSL225º1.98%60.39%-
HSV(B)225º2.56%61.18%-
XYZ30.3431.8636-
YUV153.04129.67127.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=32.97%
G=33.19%
B=33.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521531560.030.0200.392251.9860.39
Hex98999C32027e123c
Octal23023123432047341274
Binary100110001001100110011100111001001111110000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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