Shades of Spanish Green #83947E
Tints of Spanish Green #83947E
RGB
CMYK
RGB Variations
Color information
#83947E (or 0x83947E) is known color: Spanish Green. HEX triplet: 83, 94 and 7E. RGB value is (131,148,126). Sum of RGB (Red+Green+Blue) = 131+148+126=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #83947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83947E is #7C6B81. Grayscale: #8C8C8C. Windows color (decimal): -8153986 or 8295555. OLE color: 8295555.
HSL color Cylindrical-coordinate representation of color #83947E: hue angle of 106.36º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83947E is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 148 | 126 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.42 |
| HSL | 106.36º | 0.09% | 0.54% | - |
| HSV(B) | 106.36º | 0.15% | 0.58% | - |
| XYZ | 23.72 | 27.51 | 23.8 | - |
| YUV | 140.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 126 | 0.11 | 0 | 0.15 | 0.42 | 106.36 | 0.09 | 0.54 |
| Hex | 83 | 94 | 7E | B | 0 | F | 2A | 6A | 9 | 36 |
| Octal | 203 | 224 | 176 | 13 | 0 | 17 | 52 | 152 | 11 | 66 |
| Binary | 10000011 | 10010100 | 1111110 | 1011 | 0 | 1111 | 101010 | 1101010 | 1001 | 110110 |
Color Harmonies of #83947E
Complementary color
Monochromatic Colors of #83947E
Black with #83947E
Text Example
Text Example
White with #83947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83947E; }
p { color: rgb(131,148,126); }
H1.HeaderClassName
{
color: #83947E;
}
.AnyTagClassName
{
color: #83947E;
}
</style>
background-color css
<style>
a { background-color: #83947E; }
a { background-color: rgb(131,148,126); }
div.DivClassName
{
background-color: #83947E;
}
.BgClassName
{
background-color: #83947E;
}
</style>
border-color css
<style>
span { border-color: #83947E; }
span { border-color: rgb(131,148,126); }
td.TdClassName
{
border-color: #83947E;
}
.TagClassName
{
border-color: #83947E;
}
</style>