Shades of Spanish Green #84937E
Tints of Spanish Green #84937E
RGB
CMYK
RGB Variations
Color information
#84937E (or 0x84937E) is known color: Spanish Green. HEX triplet: 84, 93 and 7E. RGB value is (132,147,126). Sum of RGB (Red+Green+Blue) = 132+147+126=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #84937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84937E is #7B6C81. Grayscale: #8C8C8C. Windows color (decimal): -8088706 or 8295300. OLE color: 8295300.
HSL color Cylindrical-coordinate representation of color #84937E: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84937E is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 147 | 126 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.42 |
| HSL | 102.86º | 0.09% | 0.54% | - |
| HSV(B) | 102.86º | 0.14% | 0.58% | - |
| XYZ | 23.72 | 27.28 | 23.75 | - |
| YUV | 140.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 126 | 0.10 | 0 | 0.14 | 0.42 | 102.86 | 0.09 | 0.54 |
| Hex | 84 | 93 | 7E | A | 0 | E | 2A | 67 | 9 | 36 |
| Octal | 204 | 223 | 176 | 12 | 0 | 16 | 52 | 147 | 11 | 66 |
| Binary | 10000100 | 10010011 | 1111110 | 1010 | 0 | 1110 | 101010 | 1100111 | 1001 | 110110 |
Color Harmonies of #84937E
Complementary color
Monochromatic Colors of #84937E
Black with #84937E
Text Example
Text Example
White with #84937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84937E; }
p { color: rgb(132,147,126); }
H1.HeaderClassName
{
color: #84937E;
}
.AnyTagClassName
{
color: #84937E;
}
</style>
background-color css
<style>
a { background-color: #84937E; }
a { background-color: rgb(132,147,126); }
div.DivClassName
{
background-color: #84937E;
}
.BgClassName
{
background-color: #84937E;
}
</style>
border-color css
<style>
span { border-color: #84937E; }
span { border-color: rgb(132,147,126); }
td.TdClassName
{
border-color: #84937E;
}
.TagClassName
{
border-color: #84937E;
}
</style>