Shades of Granny Smith #899592
Tints of Granny Smith #899592
RGB
CMYK
RGB Variations
Color information
#899592 (or 0x899592) is known color: Granny Smith. HEX triplet: 89, 95 and 92. RGB value is (137,149,146). Sum of RGB (Red+Green+Blue) = 137+149+146=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 149 - color contains mainly: green. Hex color #899592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899592 is #766A6D. Grayscale: #919191. Windows color (decimal): -7760494 or 9606537. OLE color: 9606537.
HSL color Cylindrical-coordinate representation of color #899592: hue angle of 165º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #899592 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 146 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.42 |
| HSL | 165º | 0.05% | 0.56% | - |
| HSV(B) | 165º | 0.08% | 0.58% | - |
| XYZ | 26.25 | 28.89 | 31.39 | - |
| YUV | 145.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 146 | 0.08 | 0 | 0.02 | 0.42 | 165 | 0.05 | 0.56 |
| Hex | 89 | 95 | 92 | 8 | 0 | 2 | 2A | A5 | 5 | 38 |
| Octal | 211 | 225 | 222 | 10 | 0 | 2 | 52 | 245 | 5 | 70 |
| Binary | 10001001 | 10010101 | 10010010 | 1000 | 0 | 10 | 101010 | 10100101 | 101 | 111000 |
Color Harmonies of #899592
Complementary color
Monochromatic Colors of #899592
Black with #899592
Text Example
Text Example
White with #899592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899592; }
p { color: rgb(137,149,146); }
H1.HeaderClassName
{
color: #899592;
}
.AnyTagClassName
{
color: #899592;
}
</style>
background-color css
<style>
a { background-color: #899592; }
a { background-color: rgb(137,149,146); }
div.DivClassName
{
background-color: #899592;
}
.BgClassName
{
background-color: #899592;
}
</style>
border-color css
<style>
span { border-color: #899592; }
span { border-color: rgb(137,149,146); }
td.TdClassName
{
border-color: #899592;
}
.TagClassName
{
border-color: #899592;
}
</style>