Shades of Granny Smith #849D90
Tints of Granny Smith #849D90
RGB
CMYK
RGB Variations
Color information
#849D90 (or 0x849D90) is known color: Granny Smith. HEX triplet: 84, 9D and 90. RGB value is (132,157,144). Sum of RGB (Red+Green+Blue) = 132+157+144=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 157 - color contains mainly: green. Hex color #849D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D90 is #7B626F. Grayscale: #949494. Windows color (decimal): -8086128 or 9477508. OLE color: 9477508.
HSL color Cylindrical-coordinate representation of color #849D90: hue angle of 148.8º 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 #849D90 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 144 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.38 |
| HSL | 148.8º | 0.11% | 0.57% | - |
| HSV(B) | 148.8º | 0.16% | 0.62% | - |
| XYZ | 26.61 | 31.03 | 30.97 | - |
| YUV | 148.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 144 | 0.16 | 0 | 0.08 | 0.38 | 148.8 | 0.11 | 0.57 |
| Hex | 84 | 9D | 90 | 10 | 0 | 8 | 26 | 95 | B | 39 |
| Octal | 204 | 235 | 220 | 20 | 0 | 10 | 46 | 225 | 13 | 71 |
| Binary | 10000100 | 10011101 | 10010000 | 10000 | 0 | 1000 | 100110 | 10010101 | 1011 | 111001 |
Color Harmonies of #849D90
Complementary color
Monochromatic Colors of #849D90
Black with #849D90
Text Example
Text Example
White with #849D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D90; }
p { color: rgb(132,157,144); }
H1.HeaderClassName
{
color: #849D90;
}
.AnyTagClassName
{
color: #849D90;
}
</style>
background-color css
<style>
a { background-color: #849D90; }
a { background-color: rgb(132,157,144); }
div.DivClassName
{
background-color: #849D90;
}
.BgClassName
{
background-color: #849D90;
}
</style>
border-color css
<style>
span { border-color: #849D90; }
span { border-color: rgb(132,157,144); }
td.TdClassName
{
border-color: #849D90;
}
.TagClassName
{
border-color: #849D90;
}
</style>