Shades of Granny Smith #829995
Tints of Granny Smith #829995
RGB
CMYK
RGB Variations
Color information
#829995 (or 0x829995) is known color: Granny Smith. HEX triplet: 82, 99 and 95. RGB value is (130,153,149). Sum of RGB (Red+Green+Blue) = 130+153+149=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #829995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829995 is #7D666A. Grayscale: #919191. Windows color (decimal): -8218219 or 9804162. OLE color: 9804162.
HSL color Cylindrical-coordinate representation of color #829995: hue angle of 169.57º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #829995 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 149 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.4 |
| HSL | 169.57º | 0.1% | 0.55% | - |
| HSV(B) | 169.57º | 0.15% | 0.6% | - |
| XYZ | 26.02 | 29.7 | 32.79 | - |
| YUV | 145.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 149 | 0.15 | 0 | 0.03 | 0.4 | 169.57 | 0.1 | 0.55 |
| Hex | 82 | 99 | 95 | F | 0 | 3 | 28 | AA | A | 37 |
| Octal | 202 | 231 | 225 | 17 | 0 | 3 | 50 | 252 | 12 | 67 |
| Binary | 10000010 | 10011001 | 10010101 | 1111 | 0 | 11 | 101000 | 10101010 | 1010 | 110111 |
Color Harmonies of #829995
Complementary color
Monochromatic Colors of #829995
Black with #829995
Text Example
Text Example
White with #829995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829995; }
p { color: rgb(130,153,149); }
H1.HeaderClassName
{
color: #829995;
}
.AnyTagClassName
{
color: #829995;
}
</style>
background-color css
<style>
a { background-color: #829995; }
a { background-color: rgb(130,153,149); }
div.DivClassName
{
background-color: #829995;
}
.BgClassName
{
background-color: #829995;
}
</style>
border-color css
<style>
span { border-color: #829995; }
span { border-color: rgb(130,153,149); }
td.TdClassName
{
border-color: #829995;
}
.TagClassName
{
border-color: #829995;
}
</style>