#959894

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

Shades of Mantle #959894

Tints of Mantle #959894

Color information

#959894 (or 0x959894) is unknown color: approx Mantle. HEX triplet: 95, 98 and 94. RGB value is (149,152,148). Sum of RGB (Red+Green+Blue) = 149+152+148=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 152 - color contains mainly: green. Hex color #959894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959894 is #6A676B. Grayscale: #969696. Windows color (decimal): -6973292 or 9738389. OLE color: 9738389.

HSL color Cylindrical-coordinate representation of color #959894: hue angle of 105º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959894 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB149152148-
CMYK0.0200.030.40
HSL105º1.9%58.82%-
HSV(B)105º2.63%59.61%-
XYZ28.9730.9832.47-
YUV150.65126.51126.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=33.18%
G=33.85%
B=32.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491521480.0200.030.401051.958.82
Hex959894203286923b
Octal22523022420350151273
Binary10010101100110001001010010011101000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959894; }

 p { color: rgb(149,152,148); }

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

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

 a { background-color: rgb(149,152,148); }

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

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

 span { border-color: rgb(149,152,148); }

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