Shades of Mantle #9BAE92
Tints of Mantle #9BAE92
RGB
CMYK
RGB Variations
Color information
#9BAE92 (or 0x9BAE92) is known color: Mantle. HEX triplet: 9B, AE and 92. RGB value is (155,174,146). Sum of RGB (Red+Green+Blue) = 155+174+146=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE92 is #64516D. Grayscale: #A5A5A5. Windows color (decimal): -6574446 or 9612955. OLE color: 9612955.
HSL color Cylindrical-coordinate representation of color #9BAE92: hue angle of 100.71º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BAE92 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 146 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.32 |
| HSL | 100.71º | 0.15% | 0.63% | - |
| HSV(B) | 100.71º | 0.16% | 0.68% | - |
| XYZ | 33.84 | 39.32 | 33 | - |
| YUV | 165.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 146 | 0.11 | 0 | 0.16 | 0.32 | 100.71 | 0.15 | 0.63 |
| Hex | 9B | AE | 92 | B | 0 | 10 | 20 | 65 | F | 3F |
| Octal | 233 | 256 | 222 | 13 | 0 | 20 | 40 | 145 | 17 | 77 |
| Binary | 10011011 | 10101110 | 10010010 | 1011 | 0 | 10000 | 100000 | 1100101 | 1111 | 111111 |
Color Harmonies of #9BAE92
Complementary color
Monochromatic Colors of #9BAE92
Black with #9BAE92
Text Example
Text Example
White with #9BAE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE92; }
p { color: rgb(155,174,146); }
H1.HeaderClassName
{
color: #9BAE92;
}
.AnyTagClassName
{
color: #9BAE92;
}
</style>
background-color css
<style>
a { background-color: #9BAE92; }
a { background-color: rgb(155,174,146); }
div.DivClassName
{
background-color: #9BAE92;
}
.BgClassName
{
background-color: #9BAE92;
}
</style>
border-color css
<style>
span { border-color: #9BAE92; }
span { border-color: rgb(155,174,146); }
td.TdClassName
{
border-color: #9BAE92;
}
.TagClassName
{
border-color: #9BAE92;
}
</style>