Shades of Mantle #95B38B
Tints of Mantle #95B38B
RGB
CMYK
RGB Variations
Color information
#95B38B (or 0x95B38B) is known color: Mantle. HEX triplet: 95, B3 and 8B. RGB value is (149,179,139). Sum of RGB (Red+Green+Blue) = 149+179+139=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #95B38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B38B is #6A4C74. Grayscale: #A5A5A5. Windows color (decimal): -6966389 or 9155477. OLE color: 9155477.
HSL color Cylindrical-coordinate representation of color #95B38B: hue angle of 105º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B38B is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 179 | 139 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.30 |
| HSL | 105º | 0.21% | 0.62% | - |
| HSV(B) | 105º | 0.22% | 0.7% | - |
| XYZ | 33.17 | 40.49 | 30.49 | - |
| YUV | 165.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 179 | 139 | 0.17 | 0 | 0.22 | 0.30 | 105 | 0.21 | 0.62 |
| Hex | 95 | B3 | 8B | 11 | 0 | 16 | 1E | 69 | 15 | 3E |
| Octal | 225 | 263 | 213 | 21 | 0 | 26 | 36 | 151 | 25 | 76 |
| Binary | 10010101 | 10110011 | 10001011 | 10001 | 0 | 10110 | 11110 | 1101001 | 10101 | 111110 |
Color Harmonies of #95B38B
Complementary color
Monochromatic Colors of #95B38B
Black with #95B38B
Text Example
Text Example
White with #95B38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B38B; }
p { color: rgb(149,179,139); }
H1.HeaderClassName
{
color: #95B38B;
}
.AnyTagClassName
{
color: #95B38B;
}
</style>
background-color css
<style>
a { background-color: #95B38B; }
a { background-color: rgb(149,179,139); }
div.DivClassName
{
background-color: #95B38B;
}
.BgClassName
{
background-color: #95B38B;
}
</style>
border-color css
<style>
span { border-color: #95B38B; }
span { border-color: rgb(149,179,139); }
td.TdClassName
{
border-color: #95B38B;
}
.TagClassName
{
border-color: #95B38B;
}
</style>