Shades of Granny Smith #84938C
Tints of Granny Smith #84938C
RGB
CMYK
RGB Variations
Color information
#84938C (or 0x84938C) is known color: Granny Smith. HEX triplet: 84, 93 and 8C. RGB value is (132,147,140). Sum of RGB (Red+Green+Blue) = 132+147+140=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #84938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84938C is #7B6C73. Grayscale: #8D8D8D. Windows color (decimal): -8088692 or 9212804. OLE color: 9212804.
HSL color Cylindrical-coordinate representation of color #84938C: hue angle of 152º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84938C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 147 | 140 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.42 |
| HSL | 152º | 0.06% | 0.55% | - |
| HSV(B) | 152º | 0.1% | 0.58% | - |
| XYZ | 24.68 | 27.67 | 28.85 | - |
| YUV | 141.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 140 | 0.10 | 0 | 0.05 | 0.42 | 152 | 0.06 | 0.55 |
| Hex | 84 | 93 | 8C | A | 0 | 5 | 2A | 98 | 6 | 37 |
| Octal | 204 | 223 | 214 | 12 | 0 | 5 | 52 | 230 | 6 | 67 |
| Binary | 10000100 | 10010011 | 10001100 | 1010 | 0 | 101 | 101010 | 10011000 | 110 | 110111 |
Color Harmonies of #84938C
Complementary color
Monochromatic Colors of #84938C
Black with #84938C
Text Example
Text Example
White with #84938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84938C; }
p { color: rgb(132,147,140); }
H1.HeaderClassName
{
color: #84938C;
}
.AnyTagClassName
{
color: #84938C;
}
</style>
background-color css
<style>
a { background-color: #84938C; }
a { background-color: rgb(132,147,140); }
div.DivClassName
{
background-color: #84938C;
}
.BgClassName
{
background-color: #84938C;
}
</style>
border-color css
<style>
span { border-color: #84938C; }
span { border-color: rgb(132,147,140); }
td.TdClassName
{
border-color: #84938C;
}
.TagClassName
{
border-color: #84938C;
}
</style>