Shades of Granny Smith #838E88
Tints of Granny Smith #838E88
RGB
CMYK
RGB Variations
Color information
#838E88 (or 0x838E88) is known color: Granny Smith. HEX triplet: 83, 8E and 88. RGB value is (131,142,136). Sum of RGB (Red+Green+Blue) = 131+142+136=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 142 - color contains mainly: green. Hex color #838E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E88 is #7C7177. Grayscale: #8A8A8A. Windows color (decimal): -8155512 or 8949379. OLE color: 8949379.
HSL color Cylindrical-coordinate representation of color #838E88: hue angle of 147.27º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838E88 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 142 | 136 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.44 |
| HSL | 147.27º | 0.05% | 0.54% | - |
| HSV(B) | 147.27º | 0.08% | 0.56% | - |
| XYZ | 23.48 | 25.95 | 27.06 | - |
| YUV | 138.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 136 | 0.08 | 0 | 0.04 | 0.44 | 147.27 | 0.05 | 0.54 |
| Hex | 83 | 8E | 88 | 8 | 0 | 4 | 2C | 93 | 5 | 36 |
| Octal | 203 | 216 | 210 | 10 | 0 | 4 | 54 | 223 | 5 | 66 |
| Binary | 10000011 | 10001110 | 10001000 | 1000 | 0 | 100 | 101100 | 10010011 | 101 | 110110 |
Color Harmonies of #838E88
Complementary color
Monochromatic Colors of #838E88
Black with #838E88
Text Example
Text Example
White with #838E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838E88; }
p { color: rgb(131,142,136); }
H1.HeaderClassName
{
color: #838E88;
}
.AnyTagClassName
{
color: #838E88;
}
</style>
background-color css
<style>
a { background-color: #838E88; }
a { background-color: rgb(131,142,136); }
div.DivClassName
{
background-color: #838E88;
}
.BgClassName
{
background-color: #838E88;
}
</style>
border-color css
<style>
span { border-color: #838E88; }
span { border-color: rgb(131,142,136); }
td.TdClassName
{
border-color: #838E88;
}
.TagClassName
{
border-color: #838E88;
}
</style>