Shades of Mantle #95B38A
Tints of Mantle #95B38A
RGB
CMYK
RGB Variations
Color information
#95B38A (or 0x95B38A) is known color: Mantle. HEX triplet: 95, B3 and 8A. RGB value is (149,179,138). Sum of RGB (Red+Green+Blue) = 149+179+138=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #95B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B38A is #6A4C75. Grayscale: #A5A5A5. Windows color (decimal): -6966390 or 9089941. OLE color: 9089941.
HSL color Cylindrical-coordinate representation of color #95B38A: hue angle of 103.9º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95B38A is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 179 | 138 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.30 |
| HSL | 103.9º | 0.21% | 0.62% | - |
| HSV(B) | 103.9º | 0.23% | 0.7% | - |
| XYZ | 33.1 | 40.46 | 30.11 | - |
| YUV | 165.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 179 | 138 | 0.17 | 0 | 0.23 | 0.30 | 103.9 | 0.21 | 0.62 |
| Hex | 95 | B3 | 8A | 11 | 0 | 17 | 1E | 68 | 15 | 3E |
| Octal | 225 | 263 | 212 | 21 | 0 | 27 | 36 | 150 | 25 | 76 |
| Binary | 10010101 | 10110011 | 10001010 | 10001 | 0 | 10111 | 11110 | 1101000 | 10101 | 111110 |
Color Harmonies of #95B38A
Complementary color
Monochromatic Colors of #95B38A
Black with #95B38A
Text Example
Text Example
White with #95B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B38A; }
p { color: rgb(149,179,138); }
H1.HeaderClassName
{
color: #95B38A;
}
.AnyTagClassName
{
color: #95B38A;
}
</style>
background-color css
<style>
a { background-color: #95B38A; }
a { background-color: rgb(149,179,138); }
div.DivClassName
{
background-color: #95B38A;
}
.BgClassName
{
background-color: #95B38A;
}
</style>
border-color css
<style>
span { border-color: #95B38A; }
span { border-color: rgb(149,179,138); }
td.TdClassName
{
border-color: #95B38A;
}
.TagClassName
{
border-color: #95B38A;
}
</style>