Shades of Granny Smith #889892
Tints of Granny Smith #889892
RGB
CMYK
RGB Variations
Color information
#889892 (or 0x889892) is known color: Granny Smith. HEX triplet: 88, 98 and 92. RGB value is (136,152,146). Sum of RGB (Red+Green+Blue) = 136+152+146=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 152 - color contains mainly: green. Hex color #889892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889892 is #77676D. Grayscale: #929292. Windows color (decimal): -7825262 or 9607304. OLE color: 9607304.
HSL color Cylindrical-coordinate representation of color #889892: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889892 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 146 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.40 |
| HSL | 157.5º | 0.07% | 0.56% | - |
| HSV(B) | 157.5º | 0.11% | 0.6% | - |
| XYZ | 26.57 | 29.77 | 31.54 | - |
| YUV | 146.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 146 | 0.11 | 0 | 0.04 | 0.40 | 157.5 | 0.07 | 0.56 |
| Hex | 88 | 98 | 92 | B | 0 | 4 | 28 | 9E | 7 | 38 |
| Octal | 210 | 230 | 222 | 13 | 0 | 4 | 50 | 236 | 7 | 70 |
| Binary | 10001000 | 10011000 | 10010010 | 1011 | 0 | 100 | 101000 | 10011110 | 111 | 111000 |
Color Harmonies of #889892
Complementary color
Monochromatic Colors of #889892
Black with #889892
Text Example
Text Example
White with #889892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889892; }
p { color: rgb(136,152,146); }
H1.HeaderClassName
{
color: #889892;
}
.AnyTagClassName
{
color: #889892;
}
</style>
background-color css
<style>
a { background-color: #889892; }
a { background-color: rgb(136,152,146); }
div.DivClassName
{
background-color: #889892;
}
.BgClassName
{
background-color: #889892;
}
</style>
border-color css
<style>
span { border-color: #889892; }
span { border-color: rgb(136,152,146); }
td.TdClassName
{
border-color: #889892;
}
.TagClassName
{
border-color: #889892;
}
</style>