Html Css Color HEX #998096 Mountbatten Pink

📋 copy color: '#998096'

red 153 ◦ green 128 ◦ blue 150

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

Shades of Mountbatten Pink #998096

Tints of Mountbatten Pink #998096

RGB

 RED value IS 153 (60.16% from 255) = 35.5%

 GREEN value IS 128 (50.39% from 255) = 29.7%

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 35.5%
G = 29.7%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#998096 (or 0x998096) is known color: Mountbatten Pink. HEX triplet: 99, 80 and 96. RGB value is (153,128,150). Sum of RGB (Red+Green+Blue) = 153+128+150=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #998096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998096 is #667F69. Grayscale: #898989. Windows color (decimal): -6717290 or 9863321. OLE color: 9863321.

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

Color convert

RGB 153 128 150 -
CMYK 0 0.16 0.02 0.4
HSL 307.2º 0.11% 0.55% -
HSV(B) 307.2º 0.16% 0.6% -
XYZ 26.36 24.41 32.18 -
YUV 137.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 153 128 150 0 0.16 0.02 0.4 307.2 0.11 0.55
Hex 99 80 96 0 10 2 28 133 B 37
Octal 231 200 226 0 20 2 50 463 13 67
Binary 10011001 10000000 10010110 0 10000 10 101000 100110011 1011 110111

Color Harmonies of #998096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998096

Black with #998096

Text Example


Text Example

White with #998096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998096; }

 p { color: rgb(153,128,150); }

 H1.HeaderClassName
 {
   color: #998096;
 }
 .AnyTagClassName
 {
   color: #998096;
 }
</style>

background-color css

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

 a { background-color: rgb(153,128,150); }

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

border-color css

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

 span { border-color: rgb(153,128,150); }

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