Shades of Granny Smith #829D93
Tints of Granny Smith #829D93
RGB
CMYK
RGB Variations
Color information
#829D93 (or 0x829D93) is known color: Granny Smith. HEX triplet: 82, 9D and 93. RGB value is (130,157,147). Sum of RGB (Red+Green+Blue) = 130+157+147=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 157 - color contains mainly: green. Hex color #829D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D93 is #7D626C. Grayscale: #939393. Windows color (decimal): -8217197 or 9674114. OLE color: 9674114.
HSL color Cylindrical-coordinate representation of color #829D93: hue angle of 157.78º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829D93 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 147 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.38 |
| HSL | 157.78º | 0.12% | 0.56% | - |
| HSV(B) | 157.78º | 0.17% | 0.62% | - |
| XYZ | 26.53 | 30.97 | 32.18 | - |
| YUV | 147.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 147 | 0.17 | 0 | 0.06 | 0.38 | 157.78 | 0.12 | 0.56 |
| Hex | 82 | 9D | 93 | 11 | 0 | 6 | 26 | 9E | C | 38 |
| Octal | 202 | 235 | 223 | 21 | 0 | 6 | 46 | 236 | 14 | 70 |
| Binary | 10000010 | 10011101 | 10010011 | 10001 | 0 | 110 | 100110 | 10011110 | 1100 | 111000 |
Color Harmonies of #829D93
Complementary color
Monochromatic Colors of #829D93
Black with #829D93
Text Example
Text Example
White with #829D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D93; }
p { color: rgb(130,157,147); }
H1.HeaderClassName
{
color: #829D93;
}
.AnyTagClassName
{
color: #829D93;
}
</style>
background-color css
<style>
a { background-color: #829D93; }
a { background-color: rgb(130,157,147); }
div.DivClassName
{
background-color: #829D93;
}
.BgClassName
{
background-color: #829D93;
}
</style>
border-color css
<style>
span { border-color: #829D93; }
span { border-color: rgb(130,157,147); }
td.TdClassName
{
border-color: #829D93;
}
.TagClassName
{
border-color: #829D93;
}
</style>