Shades of Mantle #99B68D
Tints of Mantle #99B68D
RGB
CMYK
RGB Variations
Color information
#99B68D (or 0x99B68D) is known color: Mantle. HEX triplet: 99, B6 and 8D. RGB value is (153,182,141). Sum of RGB (Red+Green+Blue) = 153+182+141=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #99B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B68D is #664972. Grayscale: #A8A8A8. Windows color (decimal): -6703475 or 9287321. OLE color: 9287321.
HSL color Cylindrical-coordinate representation of color #99B68D: hue angle of 102.44º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99B68D is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 182 | 141 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.29 |
| HSL | 102.44º | 0.22% | 0.63% | - |
| HSV(B) | 102.44º | 0.23% | 0.71% | - |
| XYZ | 34.67 | 42.15 | 31.51 | - |
| YUV | 168.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 182 | 141 | 0.16 | 0 | 0.23 | 0.29 | 102.44 | 0.22 | 0.63 |
| Hex | 99 | B6 | 8D | 10 | 0 | 17 | 1D | 66 | 16 | 3F |
| Octal | 231 | 266 | 215 | 20 | 0 | 27 | 35 | 146 | 26 | 77 |
| Binary | 10011001 | 10110110 | 10001101 | 10000 | 0 | 10111 | 11101 | 1100110 | 10110 | 111111 |
Color Harmonies of #99B68D
Complementary color
Monochromatic Colors of #99B68D
Black with #99B68D
Text Example
Text Example
White with #99B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B68D; }
p { color: rgb(153,182,141); }
H1.HeaderClassName
{
color: #99B68D;
}
.AnyTagClassName
{
color: #99B68D;
}
</style>
background-color css
<style>
a { background-color: #99B68D; }
a { background-color: rgb(153,182,141); }
div.DivClassName
{
background-color: #99B68D;
}
.BgClassName
{
background-color: #99B68D;
}
</style>
border-color css
<style>
span { border-color: #99B68D; }
span { border-color: rgb(153,182,141); }
td.TdClassName
{
border-color: #99B68D;
}
.TagClassName
{
border-color: #99B68D;
}
</style>