Shades of Granny Smith #83988C
Tints of Granny Smith #83988C
RGB
CMYK
RGB Variations
Color information
#83988C (or 0x83988C) is known color: Granny Smith. HEX triplet: 83, 98 and 8C. RGB value is (131,152,140). Sum of RGB (Red+Green+Blue) = 131+152+140=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #83988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83988C is #7C6773. Grayscale: #909090. Windows color (decimal): -8152948 or 9214083. OLE color: 9214083.
HSL color Cylindrical-coordinate representation of color #83988C: hue angle of 145.71º degrees, saturation: 0.09, 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 #83988C is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 152 | 140 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.40 |
| HSL | 145.71º | 0.09% | 0.55% | - |
| HSV(B) | 145.71º | 0.14% | 0.6% | - |
| XYZ | 25.32 | 29.18 | 29.11 | - |
| YUV | 144.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 140 | 0.14 | 0 | 0.08 | 0.40 | 145.71 | 0.09 | 0.55 |
| Hex | 83 | 98 | 8C | E | 0 | 8 | 28 | 92 | 9 | 37 |
| Octal | 203 | 230 | 214 | 16 | 0 | 10 | 50 | 222 | 11 | 67 |
| Binary | 10000011 | 10011000 | 10001100 | 1110 | 0 | 1000 | 101000 | 10010010 | 1001 | 110111 |
Color Harmonies of #83988C
Complementary color
Monochromatic Colors of #83988C
Black with #83988C
Text Example
Text Example
White with #83988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83988C; }
p { color: rgb(131,152,140); }
H1.HeaderClassName
{
color: #83988C;
}
.AnyTagClassName
{
color: #83988C;
}
</style>
background-color css
<style>
a { background-color: #83988C; }
a { background-color: rgb(131,152,140); }
div.DivClassName
{
background-color: #83988C;
}
.BgClassName
{
background-color: #83988C;
}
</style>
border-color css
<style>
span { border-color: #83988C; }
span { border-color: rgb(131,152,140); }
td.TdClassName
{
border-color: #83988C;
}
.TagClassName
{
border-color: #83988C;
}
</style>