Shades of Granny Smith #83948A
Tints of Granny Smith #83948A
RGB
CMYK
RGB Variations
Color information
#83948A (or 0x83948A) is known color: Granny Smith. HEX triplet: 83, 94 and 8A. RGB value is (131,148,138). Sum of RGB (Red+Green+Blue) = 131+148+138=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #83948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83948A is #7C6B75. Grayscale: #8D8D8D. Windows color (decimal): -8153974 or 9081987. OLE color: 9081987.
HSL color Cylindrical-coordinate representation of color #83948A: hue angle of 144.71º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83948A is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 148 | 138 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.42 |
| HSL | 144.71º | 0.07% | 0.55% | - |
| HSV(B) | 144.71º | 0.11% | 0.58% | - |
| XYZ | 24.54 | 27.84 | 28.13 | - |
| YUV | 141.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 138 | 0.11 | 0 | 0.07 | 0.42 | 144.71 | 0.07 | 0.55 |
| Hex | 83 | 94 | 8A | B | 0 | 7 | 2A | 91 | 7 | 37 |
| Octal | 203 | 224 | 212 | 13 | 0 | 7 | 52 | 221 | 7 | 67 |
| Binary | 10000011 | 10010100 | 10001010 | 1011 | 0 | 111 | 101010 | 10010001 | 111 | 110111 |
Color Harmonies of #83948A
Complementary color
Monochromatic Colors of #83948A
Black with #83948A
Text Example
Text Example
White with #83948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83948A; }
p { color: rgb(131,148,138); }
H1.HeaderClassName
{
color: #83948A;
}
.AnyTagClassName
{
color: #83948A;
}
</style>
background-color css
<style>
a { background-color: #83948A; }
a { background-color: rgb(131,148,138); }
div.DivClassName
{
background-color: #83948A;
}
.BgClassName
{
background-color: #83948A;
}
</style>
border-color css
<style>
span { border-color: #83948A; }
span { border-color: rgb(131,148,138); }
td.TdClassName
{
border-color: #83948A;
}
.TagClassName
{
border-color: #83948A;
}
</style>