Shades of Granny Smith #829B92
Tints of Granny Smith #829B92
RGB
CMYK
RGB Variations
Color information
#829B92 (or 0x829B92) is known color: Granny Smith. HEX triplet: 82, 9B and 92. RGB value is (130,155,146). Sum of RGB (Red+Green+Blue) = 130+155+146=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #829B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B92 is #7D646D. Grayscale: #929292. Windows color (decimal): -8217710 or 9608066. OLE color: 9608066.
HSL color Cylindrical-coordinate representation of color #829B92: hue angle of 158.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B92 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 146 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.39 |
| HSL | 158.4º | 0.11% | 0.56% | - |
| HSV(B) | 158.4º | 0.16% | 0.61% | - |
| XYZ | 26.12 | 30.26 | 31.66 | - |
| YUV | 146.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 146 | 0.16 | 0 | 0.06 | 0.39 | 158.4 | 0.11 | 0.56 |
| Hex | 82 | 9B | 92 | 10 | 0 | 6 | 27 | 9E | B | 38 |
| Octal | 202 | 233 | 222 | 20 | 0 | 6 | 47 | 236 | 13 | 70 |
| Binary | 10000010 | 10011011 | 10010010 | 10000 | 0 | 110 | 100111 | 10011110 | 1011 | 111000 |
Color Harmonies of #829B92
Complementary color
Monochromatic Colors of #829B92
Black with #829B92
Text Example
Text Example
White with #829B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B92; }
p { color: rgb(130,155,146); }
H1.HeaderClassName
{
color: #829B92;
}
.AnyTagClassName
{
color: #829B92;
}
</style>
background-color css
<style>
a { background-color: #829B92; }
a { background-color: rgb(130,155,146); }
div.DivClassName
{
background-color: #829B92;
}
.BgClassName
{
background-color: #829B92;
}
</style>
border-color css
<style>
span { border-color: #829B92; }
span { border-color: rgb(130,155,146); }
td.TdClassName
{
border-color: #829B92;
}
.TagClassName
{
border-color: #829B92;
}
</style>