#998B92

Color #998B92 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #998B92

Tints of Mountbatten Pink #998B92

Color information

#998B92 (or 0x998B92) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 8B and 92. RGB value is (153,139,146). Sum of RGB (Red+Green+Blue) = 153+139+146=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 153 - color contains mainly: red. Hex color #998B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B92 is #66746D. Grayscale: #8F8F8F. Windows color (decimal): -6714478 or 9603993. OLE color: 9603993.

HSL color Cylindrical-coordinate representation of color #998B92: hue angle of 330º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #998B92 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB153139146-
CMYK00.090.050.4
HSL330º6.42%57.25%-
HSV(B)330º9.15%60%-
XYZ27.5627.3131.01-
YUV143.98129.14134.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=34.93%
G=31.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313914600.090.050.43306.4257.25
Hex998B920952814a639
Octal231213222011550512671
Binary10011001100010111001001001001101101000101001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998B92; }

 p { color: rgb(153,139,146); }

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

<style>
 a { background-color: #998B92; }

 a { background-color: rgb(153,139,146); }

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

<style>
 span { border-color: #998B92; }

 span { border-color: rgb(153,139,146); }

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