Shades of Spanish Green #84937B
Tints of Spanish Green #84937B
RGB
CMYK
RGB Variations
Color information
#84937B (or 0x84937B) is known color: Spanish Green. HEX triplet: 84, 93 and 7B. RGB value is (132,147,123). Sum of RGB (Red+Green+Blue) = 132+147+123=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #84937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84937B is #7B6C84. Grayscale: #8B8B8B. Windows color (decimal): -8088709 or 8098692. OLE color: 8098692.
HSL color Cylindrical-coordinate representation of color #84937B: hue angle of 97.5º 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 #84937B is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 147 | 123 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.42 |
| HSL | 97.5º | 0.1% | 0.53% | - |
| HSV(B) | 97.5º | 0.16% | 0.58% | - |
| XYZ | 23.52 | 27.2 | 22.75 | - |
| YUV | 139.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 123 | 0.10 | 0 | 0.16 | 0.42 | 97.5 | 0.1 | 0.53 |
| Hex | 84 | 93 | 7B | A | 0 | 10 | 2A | 62 | A | 35 |
| Octal | 204 | 223 | 173 | 12 | 0 | 20 | 52 | 142 | 12 | 65 |
| Binary | 10000100 | 10010011 | 1111011 | 1010 | 0 | 10000 | 101010 | 1100010 | 1010 | 110101 |
Color Harmonies of #84937B
Complementary color
Monochromatic Colors of #84937B
Black with #84937B
Text Example
Text Example
White with #84937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84937B; }
p { color: rgb(132,147,123); }
H1.HeaderClassName
{
color: #84937B;
}
.AnyTagClassName
{
color: #84937B;
}
</style>
background-color css
<style>
a { background-color: #84937B; }
a { background-color: rgb(132,147,123); }
div.DivClassName
{
background-color: #84937B;
}
.BgClassName
{
background-color: #84937B;
}
</style>
border-color css
<style>
span { border-color: #84937B; }
span { border-color: rgb(132,147,123); }
td.TdClassName
{
border-color: #84937B;
}
.TagClassName
{
border-color: #84937B;
}
</style>