#95B094

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

Shades of Mantle #95B094

Tints of Mantle #95B094

Color information

#95B094 (or 0x95B094) is unknown color: approx Mantle. HEX triplet: 95, B0 and 94. RGB value is (149,176,148). Sum of RGB (Red+Green+Blue) = 149+176+148=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #95B094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B094 is #6A4F6B. Grayscale: #A4A4A4. Windows color (decimal): -6967148 or 9744533. OLE color: 9744533.

HSL color Cylindrical-coordinate representation of color #95B094: hue angle of 117.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95B094 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB149176148-
CMYK0.1500.160.31
HSL117.86º15.05%63.53%-
HSV(B)117.86º15.91%69.02%-
XYZ33.2739.5833.9-
YUV164.74118.55116.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=31.50%
G=37.21%
B=31.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491761480.1500.160.31117.8615.0563.53
Hex95B094F0101F76f40
Octal225260224170203716617100
Binary100101011011000010010100111101000011111111011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B094; }

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

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

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

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

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

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

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

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