Shades of Granny Smith #838A86
Tints of Granny Smith #838A86
RGB
CMYK
RGB Variations
Color information
#838A86 (or 0x838A86) is known color: Granny Smith. HEX triplet: 83, 8A and 86. RGB value is (131,138,134). Sum of RGB (Red+Green+Blue) = 131+138+134=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 138 - color contains mainly: green. Hex color #838A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A86 is #7C7579. Grayscale: #878787. Windows color (decimal): -8156538 or 8817283. OLE color: 8817283.
HSL color Cylindrical-coordinate representation of color #838A86: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #838A86 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
RGB | 131 | 138 | 134 | - |
CMYK | 0.05 | 0 | 0.03 | 0.46 |
HSL | 145.71º | 0.03% | 0.53% | - |
HSV(B) | 145.71º | 0.05% | 0.54% | - |
XYZ | 22.75 | 24.72 | 26.13 | - |
YUV | 135.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 131 | 138 | 134 | 0.05 | 0 | 0.03 | 0.46 | 145.71 | 0.03 | 0.53 |
Hex | 83 | 8A | 86 | 5 | 0 | 3 | 2E | 92 | 3 | 35 |
Octal | 203 | 212 | 206 | 5 | 0 | 3 | 56 | 222 | 3 | 65 |
Binary | 10000011 | 10001010 | 10000110 | 101 | 0 | 11 | 101110 | 10010010 | 11 | 110101 |
Color Harmonies of #838A86
Complementary color
Monochromatic Colors of #838A86
Black with #838A86
Text Example
Text Example
White with #838A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A86; }
p { color: rgb(131,138,134); }
H1.HeaderClassName
{
color: #838A86;
}
.AnyTagClassName
{
color: #838A86;
}
</style>
background-color css
<style>
a { background-color: #838A86; }
a { background-color: rgb(131,138,134); }
div.DivClassName
{
background-color: #838A86;
}
.BgClassName
{
background-color: #838A86;
}
</style>
border-color css
<style>
span { border-color: #838A86; }
span { border-color: rgb(131,138,134); }
td.TdClassName
{
border-color: #838A86;
}
.TagClassName
{
border-color: #838A86;
}
</style>