Shades of Granny Smith #899992
Tints of Granny Smith #899992
RGB
CMYK
RGB Variations
Color information
#899992 (or 0x899992) is known color: Granny Smith. HEX triplet: 89, 99 and 92. RGB value is (137,153,146). Sum of RGB (Red+Green+Blue) = 137+153+146=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #899992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899992 is #76666D. Grayscale: #939393. Windows color (decimal): -7759470 or 9607561. OLE color: 9607561.
HSL color Cylindrical-coordinate representation of color #899992: hue angle of 153.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899992 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 153 | 146 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.4 |
| HSL | 153.75º | 0.07% | 0.57% | - |
| HSV(B) | 153.75º | 0.1% | 0.6% | - |
| XYZ | 26.9 | 30.18 | 31.6 | - |
| YUV | 147.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 146 | 0.10 | 0 | 0.05 | 0.4 | 153.75 | 0.07 | 0.57 |
| Hex | 89 | 99 | 92 | A | 0 | 5 | 28 | 9A | 7 | 39 |
| Octal | 211 | 231 | 222 | 12 | 0 | 5 | 50 | 232 | 7 | 71 |
| Binary | 10001001 | 10011001 | 10010010 | 1010 | 0 | 101 | 101000 | 10011010 | 111 | 111001 |
Color Harmonies of #899992
Complementary color
Monochromatic Colors of #899992
Black with #899992
Text Example
Text Example
White with #899992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899992; }
p { color: rgb(137,153,146); }
H1.HeaderClassName
{
color: #899992;
}
.AnyTagClassName
{
color: #899992;
}
</style>
background-color css
<style>
a { background-color: #899992; }
a { background-color: rgb(137,153,146); }
div.DivClassName
{
background-color: #899992;
}
.BgClassName
{
background-color: #899992;
}
</style>
border-color css
<style>
span { border-color: #899992; }
span { border-color: rgb(137,153,146); }
td.TdClassName
{
border-color: #899992;
}
.TagClassName
{
border-color: #899992;
}
</style>