Shades of Granny Smith #829890
Tints of Granny Smith #829890
RGB
CMYK
RGB Variations
Color information
#829890 (or 0x829890) is known color: Granny Smith. HEX triplet: 82, 98 and 90. RGB value is (130,152,144). Sum of RGB (Red+Green+Blue) = 130+152+144=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #829890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829890 is #7D676F. Grayscale: #909090. Windows color (decimal): -8218480 or 9476226. OLE color: 9476226.
HSL color Cylindrical-coordinate representation of color #829890: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829890 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 144 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.40 |
| HSL | 158.18º | 0.1% | 0.55% | - |
| HSV(B) | 158.18º | 0.14% | 0.6% | - |
| XYZ | 25.47 | 29.22 | 30.68 | - |
| YUV | 144.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 144 | 0.14 | 0 | 0.05 | 0.40 | 158.18 | 0.1 | 0.55 |
| Hex | 82 | 98 | 90 | E | 0 | 5 | 28 | 9E | A | 37 |
| Octal | 202 | 230 | 220 | 16 | 0 | 5 | 50 | 236 | 12 | 67 |
| Binary | 10000010 | 10011000 | 10010000 | 1110 | 0 | 101 | 101000 | 10011110 | 1010 | 110111 |
Color Harmonies of #829890
Complementary color
Monochromatic Colors of #829890
Black with #829890
Text Example
Text Example
White with #829890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829890; }
p { color: rgb(130,152,144); }
H1.HeaderClassName
{
color: #829890;
}
.AnyTagClassName
{
color: #829890;
}
</style>
background-color css
<style>
a { background-color: #829890; }
a { background-color: rgb(130,152,144); }
div.DivClassName
{
background-color: #829890;
}
.BgClassName
{
background-color: #829890;
}
</style>
border-color css
<style>
span { border-color: #829890; }
span { border-color: rgb(130,152,144); }
td.TdClassName
{
border-color: #829890;
}
.TagClassName
{
border-color: #829890;
}
</style>