Shades of Mantle #99B295
Tints of Mantle #99B295
RGB
CMYK
RGB Variations
Color information
#99B295 (or 0x99B295) is known color: Mantle. HEX triplet: 99, B2 and 95. RGB value is (153,178,149). Sum of RGB (Red+Green+Blue) = 153+178+149=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #99B295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B295 is #664D6A. Grayscale: #A7A7A7. Windows color (decimal): -6704491 or 9810585. OLE color: 9810585.
HSL color Cylindrical-coordinate representation of color #99B295: hue angle of 111.72º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B295 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 149 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.30 |
| HSL | 111.72º | 0.16% | 0.64% | - |
| HSV(B) | 111.72º | 0.16% | 0.7% | - |
| XYZ | 34.48 | 40.78 | 34.49 | - |
| YUV | 167.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 149 | 0.14 | 0 | 0.16 | 0.30 | 111.72 | 0.16 | 0.64 |
| Hex | 99 | B2 | 95 | E | 0 | 10 | 1E | 70 | 10 | 40 |
| Octal | 231 | 262 | 225 | 16 | 0 | 20 | 36 | 160 | 20 | 100 |
| Binary | 10011001 | 10110010 | 10010101 | 1110 | 0 | 10000 | 11110 | 1110000 | 10000 | 1000000 |
Color Harmonies of #99B295
Complementary color
Monochromatic Colors of #99B295
Black with #99B295
Text Example
Text Example
White with #99B295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B295; }
p { color: rgb(153,178,149); }
H1.HeaderClassName
{
color: #99B295;
}
.AnyTagClassName
{
color: #99B295;
}
</style>
background-color css
<style>
a { background-color: #99B295; }
a { background-color: rgb(153,178,149); }
div.DivClassName
{
background-color: #99B295;
}
.BgClassName
{
background-color: #99B295;
}
</style>
border-color css
<style>
span { border-color: #99B295; }
span { border-color: rgb(153,178,149); }
td.TdClassName
{
border-color: #99B295;
}
.TagClassName
{
border-color: #99B295;
}
</style>