Shades of Mantle #95B08B
Tints of Mantle #95B08B
RGB
CMYK
RGB Variations
Color information
#95B08B (or 0x95B08B) is known color: Mantle. HEX triplet: 95, B0 and 8B. RGB value is (149,176,139). Sum of RGB (Red+Green+Blue) = 149+176+139=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #95B08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B08B is #6A4F74. Grayscale: #A3A3A3. Windows color (decimal): -6967157 or 9154709. OLE color: 9154709.
HSL color Cylindrical-coordinate representation of color #95B08B: hue angle of 103.78º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95B08B is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 176 | 139 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.31 |
| HSL | 103.78º | 0.19% | 0.62% | - |
| HSV(B) | 103.78º | 0.21% | 0.69% | - |
| XYZ | 32.58 | 39.3 | 30.3 | - |
| YUV | 163.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 176 | 139 | 0.15 | 0 | 0.21 | 0.31 | 103.78 | 0.19 | 0.62 |
| Hex | 95 | B0 | 8B | F | 0 | 15 | 1F | 68 | 13 | 3E |
| Octal | 225 | 260 | 213 | 17 | 0 | 25 | 37 | 150 | 23 | 76 |
| Binary | 10010101 | 10110000 | 10001011 | 1111 | 0 | 10101 | 11111 | 1101000 | 10011 | 111110 |
Color Harmonies of #95B08B
Complementary color
Monochromatic Colors of #95B08B
Black with #95B08B
Text Example
Text Example
White with #95B08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B08B; }
p { color: rgb(149,176,139); }
H1.HeaderClassName
{
color: #95B08B;
}
.AnyTagClassName
{
color: #95B08B;
}
</style>
background-color css
<style>
a { background-color: #95B08B; }
a { background-color: rgb(149,176,139); }
div.DivClassName
{
background-color: #95B08B;
}
.BgClassName
{
background-color: #95B08B;
}
</style>
border-color css
<style>
span { border-color: #95B08B; }
span { border-color: rgb(149,176,139); }
td.TdClassName
{
border-color: #95B08B;
}
.TagClassName
{
border-color: #95B08B;
}
</style>