Html Css Color HEX #998B92 Mountbatten Pink

📋 copy color: '#998B92'

red 153 ◦ green 139 ◦ blue 146

#998B92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #998B92

Tints of Mountbatten Pink #998B92

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 value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#998B92 (or 0x998B92) is known color: 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

RGB 153 139 146 -
CMYK 0 0.09 0.05 0.4
HSL 330º 0.06% 0.57% -
HSV(B) 330º 0.09% 0.6% -
XYZ 27.56 27.31 31.01 -
YUV 143.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 153 139 146 0 0.09 0.05 0.4 330 0.06 0.57
Hex 99 8B 92 0 9 5 28 14A 6 39
Octal 231 213 222 0 11 5 50 512 6 71
Binary 10011001 10001011 10010010 0 1001 101 101000 101001010 110 111001

Color Harmonies of #998B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B92

Black with #998B92

Text Example


Text Example

White with #998B92

Text Example


Text Example

HTML Codes & Css Web 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>