Shades of Granny Smith #848B89
Tints of Granny Smith #848B89
RGB
CMYK
RGB Variations
Color information
#848B89 (or 0x848B89) is known color: Granny Smith. HEX triplet: 84, 8B and 89. RGB value is (132,139,137). Sum of RGB (Red+Green+Blue) = 132+139+137=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 139 - color contains mainly: green. Hex color #848B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B89 is #7B7476. Grayscale: #888888. Windows color (decimal): -8090743 or 9014148. OLE color: 9014148.
HSL color Cylindrical-coordinate representation of color #848B89: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #848B89 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 139 | 137 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.45 |
| HSL | 162.86º | 0.03% | 0.53% | - |
| HSV(B) | 162.86º | 0.05% | 0.55% | - |
| XYZ | 23.26 | 25.18 | 27.3 | - |
| YUV | 136.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 137 | 0.05 | 0 | 0.01 | 0.45 | 162.86 | 0.03 | 0.53 |
| Hex | 84 | 8B | 89 | 5 | 0 | 1 | 2D | A3 | 3 | 35 |
| Octal | 204 | 213 | 211 | 5 | 0 | 1 | 55 | 243 | 3 | 65 |
| Binary | 10000100 | 10001011 | 10001001 | 101 | 0 | 1 | 101101 | 10100011 | 11 | 110101 |
Color Harmonies of #848B89
Complementary color
Monochromatic Colors of #848B89
Black with #848B89
Text Example
Text Example
White with #848B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B89; }
p { color: rgb(132,139,137); }
H1.HeaderClassName
{
color: #848B89;
}
.AnyTagClassName
{
color: #848B89;
}
</style>
background-color css
<style>
a { background-color: #848B89; }
a { background-color: rgb(132,139,137); }
div.DivClassName
{
background-color: #848B89;
}
.BgClassName
{
background-color: #848B89;
}
</style>
border-color css
<style>
span { border-color: #848B89; }
span { border-color: rgb(132,139,137); }
td.TdClassName
{
border-color: #848B89;
}
.TagClassName
{
border-color: #848B89;
}
</style>