Shades of Granny Smith #828B86
Tints of Granny Smith #828B86
RGB
CMYK
RGB Variations
Color information
#828B86 (or 0x828B86) is known color: Granny Smith. HEX triplet: 82, 8B and 86. RGB value is (130,139,134). Sum of RGB (Red+Green+Blue) = 130+139+134=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 139 - color contains mainly: green. Hex color #828B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B86 is #7D7479. Grayscale: #878787. Windows color (decimal): -8221818 or 8817538. OLE color: 8817538.
HSL color Cylindrical-coordinate representation of color #828B86: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828B86 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 134 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.45 |
| HSL | 146.67º | 0.04% | 0.53% | - |
| HSV(B) | 146.67º | 0.06% | 0.55% | - |
| XYZ | 22.74 | 24.93 | 26.17 | - |
| YUV | 135.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 134 | 0.06 | 0 | 0.04 | 0.45 | 146.67 | 0.04 | 0.53 |
| Hex | 82 | 8B | 86 | 6 | 0 | 4 | 2D | 93 | 4 | 35 |
| Octal | 202 | 213 | 206 | 6 | 0 | 4 | 55 | 223 | 4 | 65 |
| Binary | 10000010 | 10001011 | 10000110 | 110 | 0 | 100 | 101101 | 10010011 | 100 | 110101 |
Color Harmonies of #828B86
Complementary color
Monochromatic Colors of #828B86
Black with #828B86
Text Example
Text Example
White with #828B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B86; }
p { color: rgb(130,139,134); }
H1.HeaderClassName
{
color: #828B86;
}
.AnyTagClassName
{
color: #828B86;
}
</style>
background-color css
<style>
a { background-color: #828B86; }
a { background-color: rgb(130,139,134); }
div.DivClassName
{
background-color: #828B86;
}
.BgClassName
{
background-color: #828B86;
}
</style>
border-color css
<style>
span { border-color: #828B86; }
span { border-color: rgb(130,139,134); }
td.TdClassName
{
border-color: #828B86;
}
.TagClassName
{
border-color: #828B86;
}
</style>