Shades of Granny Smith #88928C
Tints of Granny Smith #88928C
RGB
CMYK
RGB Variations
Color information
#88928C (or 0x88928C) is known color: Granny Smith. HEX triplet: 88, 92 and 8C. RGB value is (136,146,140). Sum of RGB (Red+Green+Blue) = 136+146+140=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 146 - color contains mainly: green. Hex color #88928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88928C is #776D73. Grayscale: #8E8E8E. Windows color (decimal): -7826804 or 9212552. OLE color: 9212552.
HSL color Cylindrical-coordinate representation of color #88928C: hue angle of 144º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88928C is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 140 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.43 |
| HSL | 144º | 0.04% | 0.55% | - |
| HSV(B) | 144º | 0.07% | 0.57% | - |
| XYZ | 25.17 | 27.69 | 28.83 | - |
| YUV | 142.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 140 | 0.07 | 0 | 0.04 | 0.43 | 144 | 0.04 | 0.55 |
| Hex | 88 | 92 | 8C | 7 | 0 | 4 | 2B | 90 | 4 | 37 |
| Octal | 210 | 222 | 214 | 7 | 0 | 4 | 53 | 220 | 4 | 67 |
| Binary | 10001000 | 10010010 | 10001100 | 111 | 0 | 100 | 101011 | 10010000 | 100 | 110111 |
Color Harmonies of #88928C
Complementary color
Monochromatic Colors of #88928C
Black with #88928C
Text Example
Text Example
White with #88928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88928C; }
p { color: rgb(136,146,140); }
H1.HeaderClassName
{
color: #88928C;
}
.AnyTagClassName
{
color: #88928C;
}
</style>
background-color css
<style>
a { background-color: #88928C; }
a { background-color: rgb(136,146,140); }
div.DivClassName
{
background-color: #88928C;
}
.BgClassName
{
background-color: #88928C;
}
</style>
border-color css
<style>
span { border-color: #88928C; }
span { border-color: rgb(136,146,140); }
td.TdClassName
{
border-color: #88928C;
}
.TagClassName
{
border-color: #88928C;
}
</style>