#959D90

Color #959D90 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #959D90

Tints of Mantle #959D90

Color information

#959D90 (or 0x959D90) is unknown color: approx Mantle. HEX triplet: 95, 9D and 90. RGB value is (149,157,144). Sum of RGB (Red+Green+Blue) = 149+157+144=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 157 - color contains mainly: green. Hex color #959D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D90 is #6A626F. Grayscale: #999999. Windows color (decimal): -6972016 or 9477525. OLE color: 9477525.

HSL color Cylindrical-coordinate representation of color #959D90: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #959D90 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB149157144-
CMYK0.0500.080.38
HSL96.92º6.22%59.02%-
HSV(B)96.92º8.28%61.57%-
XYZ29.4932.5231.11-
YUV153.13122.85125.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 144 (56.64% from 255) = 32%
R=33.11%
G=34.89%
B=32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491571440.0500.080.3896.926.2259.02
Hex959D90508266163b
Octal225235220501046141673
Binary100101011001110110010000101010001001101100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959D90; }

 p { color: rgb(149,157,144); }

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

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

 a { background-color: rgb(149,157,144); }

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

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

 span { border-color: rgb(149,157,144); }

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