Shades of Granny Smith #83938A
Tints of Granny Smith #83938A
RGB
CMYK
RGB Variations
Color information
#83938A (or 0x83938A) is known color: Granny Smith. HEX triplet: 83, 93 and 8A. RGB value is (131,147,138). Sum of RGB (Red+Green+Blue) = 131+147+138=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #83938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83938A is #7C6C75. Grayscale: #8D8D8D. Windows color (decimal): -8154230 or 9081731. OLE color: 9081731.
HSL color Cylindrical-coordinate representation of color #83938A: hue angle of 146.25º 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 #83938A is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 138 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.42 |
| HSL | 146.25º | 0.07% | 0.55% | - |
| HSV(B) | 146.25º | 0.11% | 0.58% | - |
| XYZ | 24.38 | 27.53 | 28.07 | - |
| YUV | 141.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 138 | 0.11 | 0 | 0.06 | 0.42 | 146.25 | 0.07 | 0.55 |
| Hex | 83 | 93 | 8A | B | 0 | 6 | 2A | 92 | 7 | 37 |
| Octal | 203 | 223 | 212 | 13 | 0 | 6 | 52 | 222 | 7 | 67 |
| Binary | 10000011 | 10010011 | 10001010 | 1011 | 0 | 110 | 101010 | 10010010 | 111 | 110111 |
Color Harmonies of #83938A
Complementary color
Monochromatic Colors of #83938A
Black with #83938A
Text Example
Text Example
White with #83938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83938A; }
p { color: rgb(131,147,138); }
H1.HeaderClassName
{
color: #83938A;
}
.AnyTagClassName
{
color: #83938A;
}
</style>
background-color css
<style>
a { background-color: #83938A; }
a { background-color: rgb(131,147,138); }
div.DivClassName
{
background-color: #83938A;
}
.BgClassName
{
background-color: #83938A;
}
</style>
border-color css
<style>
span { border-color: #83938A; }
span { border-color: rgb(131,147,138); }
td.TdClassName
{
border-color: #83938A;
}
.TagClassName
{
border-color: #83938A;
}
</style>