Shades of Spanish Green #83917A
Tints of Spanish Green #83917A
RGB
CMYK
RGB Variations
Color information
#83917A (or 0x83917A) is known color: Spanish Green. HEX triplet: 83, 91 and 7A. RGB value is (131,145,122). Sum of RGB (Red+Green+Blue) = 131+145+122=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #83917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83917A is #7C6E85. Grayscale: #8A8A8A. Windows color (decimal): -8154758 or 8032643. OLE color: 8032643.
HSL color Cylindrical-coordinate representation of color #83917A: hue angle of 96.52º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83917A is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 145 | 122 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.43 |
| HSL | 96.52º | 0.09% | 0.52% | - |
| HSV(B) | 96.52º | 0.16% | 0.57% | - |
| XYZ | 23 | 26.48 | 22.31 | - |
| YUV | 138.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 122 | 0.10 | 0 | 0.16 | 0.43 | 96.52 | 0.09 | 0.52 |
| Hex | 83 | 91 | 7A | A | 0 | 10 | 2B | 61 | 9 | 34 |
| Octal | 203 | 221 | 172 | 12 | 0 | 20 | 53 | 141 | 11 | 64 |
| Binary | 10000011 | 10010001 | 1111010 | 1010 | 0 | 10000 | 101011 | 1100001 | 1001 | 110100 |
Color Harmonies of #83917A
Complementary color
Monochromatic Colors of #83917A
Black with #83917A
Text Example
Text Example
White with #83917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83917A; }
p { color: rgb(131,145,122); }
H1.HeaderClassName
{
color: #83917A;
}
.AnyTagClassName
{
color: #83917A;
}
</style>
background-color css
<style>
a { background-color: #83917A; }
a { background-color: rgb(131,145,122); }
div.DivClassName
{
background-color: #83917A;
}
.BgClassName
{
background-color: #83917A;
}
</style>
border-color css
<style>
span { border-color: #83917A; }
span { border-color: rgb(131,145,122); }
td.TdClassName
{
border-color: #83917A;
}
.TagClassName
{
border-color: #83917A;
}
</style>