Shades of Granny Smith #849D94
Tints of Granny Smith #849D94
RGB
CMYK
RGB Variations
Color information
#849D94 (or 0x849D94) is known color: Granny Smith. HEX triplet: 84, 9D and 94. RGB value is (132,157,148). Sum of RGB (Red+Green+Blue) = 132+157+148=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 157 - color contains mainly: green. Hex color #849D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D94 is #7B626B. Grayscale: #949494. Windows color (decimal): -8086124 or 9739652. OLE color: 9739652.
HSL color Cylindrical-coordinate representation of color #849D94: hue angle of 158.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849D94 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 148 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.38 |
| HSL | 158.4º | 0.11% | 0.57% | - |
| HSV(B) | 158.4º | 0.16% | 0.62% | - |
| XYZ | 26.92 | 31.16 | 32.61 | - |
| YUV | 148.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 148 | 0.16 | 0 | 0.06 | 0.38 | 158.4 | 0.11 | 0.57 |
| Hex | 84 | 9D | 94 | 10 | 0 | 6 | 26 | 9E | B | 39 |
| Octal | 204 | 235 | 224 | 20 | 0 | 6 | 46 | 236 | 13 | 71 |
| Binary | 10000100 | 10011101 | 10010100 | 10000 | 0 | 110 | 100110 | 10011110 | 1011 | 111001 |
Color Harmonies of #849D94
Complementary color
Monochromatic Colors of #849D94
Black with #849D94
Text Example
Text Example
White with #849D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D94; }
p { color: rgb(132,157,148); }
H1.HeaderClassName
{
color: #849D94;
}
.AnyTagClassName
{
color: #849D94;
}
</style>
background-color css
<style>
a { background-color: #849D94; }
a { background-color: rgb(132,157,148); }
div.DivClassName
{
background-color: #849D94;
}
.BgClassName
{
background-color: #849D94;
}
</style>
border-color css
<style>
span { border-color: #849D94; }
span { border-color: rgb(132,157,148); }
td.TdClassName
{
border-color: #849D94;
}
.TagClassName
{
border-color: #849D94;
}
</style>