#999B98

Color #999B98 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #999B98

Tints of Mantle #999B98

Color information

#999B98 (or 0x999B98) is unknown color: approx Mantle. HEX triplet: 99, 9B and 98. RGB value is (153,155,152). Sum of RGB (Red+Green+Blue) = 153+155+152=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 155 - color contains mainly: green. Hex color #999B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B98 is #666467. Grayscale: #9A9A9A. Windows color (decimal): -6710376 or 10001305. OLE color: 10001305.

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

Color convert

RGB153155152-
CMYK0.0100.020.39
HSL100º1.48%60.2%-
HSV(B)100º1.94%60.78%-
XYZ30.5332.4834.37-
YUV154.06126.84127.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=33.26%
G=33.70%
B=33.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531551520.0100.020.391001.4860.2
Hex999B98102276413c
Octal23123323010247144174
Binary100110011001101110011000101010011111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999B98; }

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

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

<style>
 a { background-color: #999B98; }

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

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

<style>
 span { border-color: #999B98; }

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

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