Shades of Mantle #96AF8C
Tints of Mantle #96AF8C
RGB
CMYK
RGB Variations
Color information
#96AF8C (or 0x96AF8C) is known color: Mantle. HEX triplet: 96, AF and 8C. RGB value is (150,175,140). Sum of RGB (Red+Green+Blue) = 150+175+140=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF8C is #695073. Grayscale: #A3A3A3. Windows color (decimal): -6901876 or 9219990. OLE color: 9219990.
HSL color Cylindrical-coordinate representation of color #96AF8C: hue angle of 102.86º degrees, saturation: 0.18, 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 #96AF8C is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 140 | - |
| CMYK | 0.14 | 0 | 0.2 | 0.31 |
| HSL | 102.86º | 0.18% | 0.62% | - |
| HSV(B) | 102.86º | 0.2% | 0.69% | - |
| XYZ | 32.64 | 39.04 | 30.63 | - |
| YUV | 163.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 140 | 0.14 | 0 | 0.2 | 0.31 | 102.86 | 0.18 | 0.62 |
| Hex | 96 | AF | 8C | E | 0 | 14 | 1F | 67 | 12 | 3E |
| Octal | 226 | 257 | 214 | 16 | 0 | 24 | 37 | 147 | 22 | 76 |
| Binary | 10010110 | 10101111 | 10001100 | 1110 | 0 | 10100 | 11111 | 1100111 | 10010 | 111110 |
Color Harmonies of #96AF8C
Complementary color
Monochromatic Colors of #96AF8C
Black with #96AF8C
Text Example
Text Example
White with #96AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF8C; }
p { color: rgb(150,175,140); }
H1.HeaderClassName
{
color: #96AF8C;
}
.AnyTagClassName
{
color: #96AF8C;
}
</style>
background-color css
<style>
a { background-color: #96AF8C; }
a { background-color: rgb(150,175,140); }
div.DivClassName
{
background-color: #96AF8C;
}
.BgClassName
{
background-color: #96AF8C;
}
</style>
border-color css
<style>
span { border-color: #96AF8C; }
span { border-color: rgb(150,175,140); }
td.TdClassName
{
border-color: #96AF8C;
}
.TagClassName
{
border-color: #96AF8C;
}
</style>