Shades of Mantle #94B28B
Tints of Mantle #94B28B
RGB
CMYK
RGB Variations
Color information
#94B28B (or 0x94B28B) is known color: Mantle. HEX triplet: 94, B2 and 8B. RGB value is (148,178,139). Sum of RGB (Red+Green+Blue) = 148+178+139=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #94B28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B28B is #6B4D74. Grayscale: #A4A4A4. Windows color (decimal): -7032181 or 9155220. OLE color: 9155220.
HSL color Cylindrical-coordinate representation of color #94B28B: hue angle of 106.15º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94B28B is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 178 | 139 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.30 |
| HSL | 106.15º | 0.2% | 0.62% | - |
| HSV(B) | 106.15º | 0.22% | 0.7% | - |
| XYZ | 32.79 | 40 | 30.42 | - |
| YUV | 164.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 139 | 0.17 | 0 | 0.22 | 0.30 | 106.15 | 0.2 | 0.62 |
| Hex | 94 | B2 | 8B | 11 | 0 | 16 | 1E | 6A | 14 | 3E |
| Octal | 224 | 262 | 213 | 21 | 0 | 26 | 36 | 152 | 24 | 76 |
| Binary | 10010100 | 10110010 | 10001011 | 10001 | 0 | 10110 | 11110 | 1101010 | 10100 | 111110 |
Color Harmonies of #94B28B
Complementary color
Monochromatic Colors of #94B28B
Black with #94B28B
Text Example
Text Example
White with #94B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B28B; }
p { color: rgb(148,178,139); }
H1.HeaderClassName
{
color: #94B28B;
}
.AnyTagClassName
{
color: #94B28B;
}
</style>
background-color css
<style>
a { background-color: #94B28B; }
a { background-color: rgb(148,178,139); }
div.DivClassName
{
background-color: #94B28B;
}
.BgClassName
{
background-color: #94B28B;
}
</style>
border-color css
<style>
span { border-color: #94B28B; }
span { border-color: rgb(148,178,139); }
td.TdClassName
{
border-color: #94B28B;
}
.TagClassName
{
border-color: #94B28B;
}
</style>