Shades of Mantle #94B885
Tints of Mantle #94B885
RGB
CMYK
RGB Variations
Color information
#94B885 (or 0x94B885) is known color: Mantle. HEX triplet: 94, B8 and 85. RGB value is (148,184,133). Sum of RGB (Red+Green+Blue) = 148+184+133=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #94B885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B885 is #6B477A. Grayscale: #A7A7A7. Windows color (decimal): -7030651 or 8763540. OLE color: 8763540.
HSL color Cylindrical-coordinate representation of color #94B885: hue angle of 102.35º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94B885 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 184 | 133 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.28 |
| HSL | 102.35º | 0.26% | 0.62% | - |
| HSV(B) | 102.35º | 0.28% | 0.72% | - |
| XYZ | 33.59 | 42.27 | 28.58 | - |
| YUV | 167.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 133 | 0.20 | 0 | 0.28 | 0.28 | 102.35 | 0.26 | 0.62 |
| Hex | 94 | B8 | 85 | 14 | 0 | 1C | 1C | 66 | 1A | 3E |
| Octal | 224 | 270 | 205 | 24 | 0 | 34 | 34 | 146 | 32 | 76 |
| Binary | 10010100 | 10111000 | 10000101 | 10100 | 0 | 11100 | 11100 | 1100110 | 11010 | 111110 |
Color Harmonies of #94B885
Complementary color
Monochromatic Colors of #94B885
Black with #94B885
Text Example
Text Example
White with #94B885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B885; }
p { color: rgb(148,184,133); }
H1.HeaderClassName
{
color: #94B885;
}
.AnyTagClassName
{
color: #94B885;
}
</style>
background-color css
<style>
a { background-color: #94B885; }
a { background-color: rgb(148,184,133); }
div.DivClassName
{
background-color: #94B885;
}
.BgClassName
{
background-color: #94B885;
}
</style>
border-color css
<style>
span { border-color: #94B885; }
span { border-color: rgb(148,184,133); }
td.TdClassName
{
border-color: #94B885;
}
.TagClassName
{
border-color: #94B885;
}
</style>