Shades of Mantle #95B094
Tints of Mantle #95B094
RGB
CMYK
RGB Variations
Color information
#95B094 (or 0x95B094) is known color: 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
| RGB | 149 | 176 | 148 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.31 |
| HSL | 117.86º | 0.15% | 0.64% | - |
| HSV(B) | 117.86º | 0.16% | 0.69% | - |
| XYZ | 33.27 | 39.58 | 33.9 | - |
| YUV | 164.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 176 | 148 | 0.15 | 0 | 0.16 | 0.31 | 117.86 | 0.15 | 0.64 |
| Hex | 95 | B0 | 94 | F | 0 | 10 | 1F | 76 | F | 40 |
| Octal | 225 | 260 | 224 | 17 | 0 | 20 | 37 | 166 | 17 | 100 |
| Binary | 10010101 | 10110000 | 10010100 | 1111 | 0 | 10000 | 11111 | 1110110 | 1111 | 1000000 |
Color Harmonies of #95B094
Complementary color
Monochromatic Colors of #95B094
Black with #95B094
Text Example
Text Example
White with #95B094
Text Example
Text Example
HTML Codes & Css Web 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>