Shades of Spanish Green #83937C
Tints of Spanish Green #83937C
RGB
CMYK
RGB Variations
Color information
#83937C (or 0x83937C) is known color: Spanish Green. HEX triplet: 83, 93 and 7C. RGB value is (131,147,124). Sum of RGB (Red+Green+Blue) = 131+147+124=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #83937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83937C is #7C6C83. Grayscale: #8B8B8B. Windows color (decimal): -8154244 or 8164227. OLE color: 8164227.
HSL color Cylindrical-coordinate representation of color #83937C: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83937C is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 124 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.42 |
| HSL | 101.74º | 0.1% | 0.53% | - |
| HSV(B) | 101.74º | 0.16% | 0.58% | - |
| XYZ | 23.43 | 27.15 | 23.07 | - |
| YUV | 139.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 124 | 0.11 | 0 | 0.16 | 0.42 | 101.74 | 0.1 | 0.53 |
| Hex | 83 | 93 | 7C | B | 0 | 10 | 2A | 66 | A | 35 |
| Octal | 203 | 223 | 174 | 13 | 0 | 20 | 52 | 146 | 12 | 65 |
| Binary | 10000011 | 10010011 | 1111100 | 1011 | 0 | 10000 | 101010 | 1100110 | 1010 | 110101 |
Color Harmonies of #83937C
Complementary color
Monochromatic Colors of #83937C
Black with #83937C
Text Example
Text Example
White with #83937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83937C; }
p { color: rgb(131,147,124); }
H1.HeaderClassName
{
color: #83937C;
}
.AnyTagClassName
{
color: #83937C;
}
</style>
background-color css
<style>
a { background-color: #83937C; }
a { background-color: rgb(131,147,124); }
div.DivClassName
{
background-color: #83937C;
}
.BgClassName
{
background-color: #83937C;
}
</style>
border-color css
<style>
span { border-color: #83937C; }
span { border-color: rgb(131,147,124); }
td.TdClassName
{
border-color: #83937C;
}
.TagClassName
{
border-color: #83937C;
}
</style>