Shades of Mantle #99B18D
Tints of Mantle #99B18D
RGB
CMYK
RGB Variations
Color information
#99B18D (or 0x99B18D) is known color: Mantle. HEX triplet: 99, B1 and 8D. RGB value is (153,177,141). Sum of RGB (Red+Green+Blue) = 153+177+141=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 177 - color contains mainly: green. Hex color #99B18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B18D is #664E72. Grayscale: #A5A5A5. Windows color (decimal): -6704755 or 9286041. OLE color: 9286041.
HSL color Cylindrical-coordinate representation of color #99B18D: hue angle of 100º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99B18D is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 141 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.31 |
| HSL | 100º | 0.19% | 0.62% | - |
| HSV(B) | 100º | 0.2% | 0.69% | - |
| XYZ | 33.67 | 40.14 | 31.17 | - |
| YUV | 165.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 141 | 0.14 | 0 | 0.20 | 0.31 | 100 | 0.19 | 0.62 |
| Hex | 99 | B1 | 8D | E | 0 | 14 | 1F | 64 | 13 | 3E |
| Octal | 231 | 261 | 215 | 16 | 0 | 24 | 37 | 144 | 23 | 76 |
| Binary | 10011001 | 10110001 | 10001101 | 1110 | 0 | 10100 | 11111 | 1100100 | 10011 | 111110 |
Color Harmonies of #99B18D
Complementary color
Monochromatic Colors of #99B18D
Black with #99B18D
Text Example
Text Example
White with #99B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B18D; }
p { color: rgb(153,177,141); }
H1.HeaderClassName
{
color: #99B18D;
}
.AnyTagClassName
{
color: #99B18D;
}
</style>
background-color css
<style>
a { background-color: #99B18D; }
a { background-color: rgb(153,177,141); }
div.DivClassName
{
background-color: #99B18D;
}
.BgClassName
{
background-color: #99B18D;
}
</style>
border-color css
<style>
span { border-color: #99B18D; }
span { border-color: rgb(153,177,141); }
td.TdClassName
{
border-color: #99B18D;
}
.TagClassName
{
border-color: #99B18D;
}
</style>