Shades of Granny Smith #8B9993
Tints of Granny Smith #8B9993
RGB
CMYK
RGB Variations
Color information
#8B9993 (or 0x8B9993) is known color: Granny Smith. HEX triplet: 8B, 99 and 93. RGB value is (139,153,147). Sum of RGB (Red+Green+Blue) = 139+153+147=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9993 is #74666C. Grayscale: #949494. Windows color (decimal): -7628397 or 9673099. OLE color: 9673099.
HSL color Cylindrical-coordinate representation of color #8B9993: hue angle of 154.29º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9993 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 147 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.4 |
| HSL | 154.29º | 0.06% | 0.57% | - |
| HSV(B) | 154.29º | 0.09% | 0.6% | - |
| XYZ | 27.31 | 30.38 | 32.03 | - |
| YUV | 148.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 147 | 0.09 | 0 | 0.04 | 0.4 | 154.29 | 0.06 | 0.57 |
| Hex | 8B | 99 | 93 | 9 | 0 | 4 | 28 | 9A | 6 | 39 |
| Octal | 213 | 231 | 223 | 11 | 0 | 4 | 50 | 232 | 6 | 71 |
| Binary | 10001011 | 10011001 | 10010011 | 1001 | 0 | 100 | 101000 | 10011010 | 110 | 111001 |
Color Harmonies of #8B9993
Complementary color
Monochromatic Colors of #8B9993
Black with #8B9993
Text Example
Text Example
White with #8B9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9993; }
p { color: rgb(139,153,147); }
H1.HeaderClassName
{
color: #8B9993;
}
.AnyTagClassName
{
color: #8B9993;
}
</style>
background-color css
<style>
a { background-color: #8B9993; }
a { background-color: rgb(139,153,147); }
div.DivClassName
{
background-color: #8B9993;
}
.BgClassName
{
background-color: #8B9993;
}
</style>
border-color css
<style>
span { border-color: #8B9993; }
span { border-color: rgb(139,153,147); }
td.TdClassName
{
border-color: #8B9993;
}
.TagClassName
{
border-color: #8B9993;
}
</style>