Shades of Granny Smith #838C88
Tints of Granny Smith #838C88
RGB
CMYK
RGB Variations
Color information
#838C88 (or 0x838C88) is known color: Granny Smith. HEX triplet: 83, 8C and 88. RGB value is (131,140,136). Sum of RGB (Red+Green+Blue) = 131+140+136=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 140 - color contains mainly: green. Hex color #838C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838C88 is #7C7377. Grayscale: #888888. Windows color (decimal): -8156024 or 8948867. OLE color: 8948867.
HSL color Cylindrical-coordinate representation of color #838C88: hue angle of 153.33º 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 #838C88 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 140 | 136 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.45 |
| HSL | 153.33º | 0.04% | 0.53% | - |
| HSV(B) | 153.33º | 0.06% | 0.55% | - |
| XYZ | 23.18 | 25.36 | 26.97 | - |
| YUV | 136.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 136 | 0.06 | 0 | 0.03 | 0.45 | 153.33 | 0.04 | 0.53 |
| Hex | 83 | 8C | 88 | 6 | 0 | 3 | 2D | 99 | 4 | 35 |
| Octal | 203 | 214 | 210 | 6 | 0 | 3 | 55 | 231 | 4 | 65 |
| Binary | 10000011 | 10001100 | 10001000 | 110 | 0 | 11 | 101101 | 10011001 | 100 | 110101 |
Color Harmonies of #838C88
Complementary color
Monochromatic Colors of #838C88
Black with #838C88
Text Example
Text Example
White with #838C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C88; }
p { color: rgb(131,140,136); }
H1.HeaderClassName
{
color: #838C88;
}
.AnyTagClassName
{
color: #838C88;
}
</style>
background-color css
<style>
a { background-color: #838C88; }
a { background-color: rgb(131,140,136); }
div.DivClassName
{
background-color: #838C88;
}
.BgClassName
{
background-color: #838C88;
}
</style>
border-color css
<style>
span { border-color: #838C88; }
span { border-color: rgb(131,140,136); }
td.TdClassName
{
border-color: #838C88;
}
.TagClassName
{
border-color: #838C88;
}
</style>