#998892

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

Shades of Mountbatten Pink #998892

Tints of Mountbatten Pink #998892

Color information

#998892 (or 0x998892) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 88 and 92. RGB value is (153,136,146). Sum of RGB (Red+Green+Blue) = 153+136+146=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #998892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998892 is #66776D. Grayscale: #8E8E8E. Windows color (decimal): -6715246 or 9603225. OLE color: 9603225.

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

Color convert

RGB153136146-
CMYK00.110.050.4
HSL324.71º7.69%56.67%-
HSV(B)324.71º11.11%60%-
XYZ27.1326.4630.87-
YUV142.22130.13135.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=35.17%
G=31.26%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313614600.110.050.4324.717.6956.67
Hex9988920B528145839
Octal2312102220135505051071
Binary100110011000100010010010010111011010001010001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998892; }

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

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

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

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

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

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

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

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