Shades of Granny Smith #839992
Tints of Granny Smith #839992
RGB
CMYK
RGB Variations
Color information
#839992 (or 0x839992) is known color: Granny Smith. HEX triplet: 83, 99 and 92. RGB value is (131,153,146). Sum of RGB (Red+Green+Blue) = 131+153+146=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #839992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839992 is #7C666D. Grayscale: #919191. Windows color (decimal): -8152686 or 9607555. OLE color: 9607555.
HSL color Cylindrical-coordinate representation of color #839992: hue angle of 160.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839992 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 146 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.4 |
| HSL | 160.91º | 0.1% | 0.56% | - |
| HSV(B) | 160.91º | 0.14% | 0.6% | - |
| XYZ | 25.94 | 29.68 | 31.56 | - |
| YUV | 145.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 146 | 0.14 | 0 | 0.05 | 0.4 | 160.91 | 0.1 | 0.56 |
| Hex | 83 | 99 | 92 | E | 0 | 5 | 28 | A1 | A | 38 |
| Octal | 203 | 231 | 222 | 16 | 0 | 5 | 50 | 241 | 12 | 70 |
| Binary | 10000011 | 10011001 | 10010010 | 1110 | 0 | 101 | 101000 | 10100001 | 1010 | 111000 |
Color Harmonies of #839992
Complementary color
Monochromatic Colors of #839992
Black with #839992
Text Example
Text Example
White with #839992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839992; }
p { color: rgb(131,153,146); }
H1.HeaderClassName
{
color: #839992;
}
.AnyTagClassName
{
color: #839992;
}
</style>
background-color css
<style>
a { background-color: #839992; }
a { background-color: rgb(131,153,146); }
div.DivClassName
{
background-color: #839992;
}
.BgClassName
{
background-color: #839992;
}
</style>
border-color css
<style>
span { border-color: #839992; }
span { border-color: rgb(131,153,146); }
td.TdClassName
{
border-color: #839992;
}
.TagClassName
{
border-color: #839992;
}
</style>