Html Css Color HEX #96828B Mountbatten Pink

📋 copy color: '#96828B'

red 150 ◦ green 130 ◦ blue 139

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

Shades of Mountbatten Pink #96828B

Tints of Mountbatten Pink #96828B

RGB

 RED value IS 150 (58.98% from 255) = 35.8%

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 35.8%
G = 31.03%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96828B (or 0x96828B) is known color: Mountbatten Pink. HEX triplet: 96, 82 and 8B. RGB value is (150,130,139). Sum of RGB (Red+Green+Blue) = 150+130+139=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #96828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96828B is #697D74. Grayscale: #888888. Windows color (decimal): -6913397 or 9142934. OLE color: 9142934.

HSL color Cylindrical-coordinate representation of color #96828B: hue angle of 333º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96828B is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 130 139 -
CMYK 0 0.13 0.07 0.41
HSL 333º 0.09% 0.55% -
HSV(B) 333º 0.13% 0.59% -
XYZ 25.22 24.31 27.79 -
YUV 137.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 150 130 139 0 0.13 0.07 0.41 333 0.09 0.55
Hex 96 82 8B 0 D 7 29 14D 9 37
Octal 226 202 213 0 15 7 51 515 11 67
Binary 10010110 10000010 10001011 0 1101 111 101001 101001101 1001 110111

Color Harmonies of #96828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96828B

Black with #96828B

Text Example


Text Example

White with #96828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96828B; }

 p { color: rgb(150,130,139); }

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

background-color css

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

 a { background-color: rgb(150,130,139); }

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

border-color css

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

 span { border-color: rgb(150,130,139); }

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