Shades of Spanish Green #84947E
Tints of Spanish Green #84947E
RGB
CMYK
RGB Variations
Color information
#84947E (or 0x84947E) is known color: Spanish Green. HEX triplet: 84, 94 and 7E. RGB value is (132,148,126). Sum of RGB (Red+Green+Blue) = 132+148+126=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #84947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84947E is #7B6B81. Grayscale: #8C8C8C. Windows color (decimal): -8088450 or 8295556. OLE color: 8295556.
HSL color Cylindrical-coordinate representation of color #84947E: hue angle of 103.64º 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 #84947E is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 126 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.42 |
| HSL | 103.64º | 0.09% | 0.54% | - |
| HSV(B) | 103.64º | 0.15% | 0.58% | - |
| XYZ | 23.87 | 27.59 | 23.81 | - |
| YUV | 140.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 126 | 0.11 | 0 | 0.15 | 0.42 | 103.64 | 0.09 | 0.54 |
| Hex | 84 | 94 | 7E | B | 0 | F | 2A | 68 | 9 | 36 |
| Octal | 204 | 224 | 176 | 13 | 0 | 17 | 52 | 150 | 11 | 66 |
| Binary | 10000100 | 10010100 | 1111110 | 1011 | 0 | 1111 | 101010 | 1101000 | 1001 | 110110 |
Color Harmonies of #84947E
Complementary color
Monochromatic Colors of #84947E
Black with #84947E
Text Example
Text Example
White with #84947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84947E; }
p { color: rgb(132,148,126); }
H1.HeaderClassName
{
color: #84947E;
}
.AnyTagClassName
{
color: #84947E;
}
</style>
background-color css
<style>
a { background-color: #84947E; }
a { background-color: rgb(132,148,126); }
div.DivClassName
{
background-color: #84947E;
}
.BgClassName
{
background-color: #84947E;
}
</style>
border-color css
<style>
span { border-color: #84947E; }
span { border-color: rgb(132,148,126); }
td.TdClassName
{
border-color: #84947E;
}
.TagClassName
{
border-color: #84947E;
}
</style>