Shades of Spanish Green #84917B
Tints of Spanish Green #84917B
RGB
CMYK
RGB Variations
Color information
#84917B (or 0x84917B) is known color: Spanish Green. HEX triplet: 84, 91 and 7B. RGB value is (132,145,123). Sum of RGB (Red+Green+Blue) = 132+145+123=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #84917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84917B is #7B6E84. Grayscale: #8A8A8A. Windows color (decimal): -8089221 or 8098180. OLE color: 8098180.
HSL color Cylindrical-coordinate representation of color #84917B: hue angle of 95.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84917B is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 123 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.43 |
| HSL | 95.45º | 0.09% | 0.53% | - |
| HSV(B) | 95.45º | 0.15% | 0.57% | - |
| XYZ | 23.22 | 26.59 | 22.65 | - |
| YUV | 138.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 123 | 0.09 | 0 | 0.15 | 0.43 | 95.45 | 0.09 | 0.53 |
| Hex | 84 | 91 | 7B | 9 | 0 | F | 2B | 5F | 9 | 35 |
| Octal | 204 | 221 | 173 | 11 | 0 | 17 | 53 | 137 | 11 | 65 |
| Binary | 10000100 | 10010001 | 1111011 | 1001 | 0 | 1111 | 101011 | 1011111 | 1001 | 110101 |
Color Harmonies of #84917B
Complementary color
Monochromatic Colors of #84917B
Black with #84917B
Text Example
Text Example
White with #84917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84917B; }
p { color: rgb(132,145,123); }
H1.HeaderClassName
{
color: #84917B;
}
.AnyTagClassName
{
color: #84917B;
}
</style>
background-color css
<style>
a { background-color: #84917B; }
a { background-color: rgb(132,145,123); }
div.DivClassName
{
background-color: #84917B;
}
.BgClassName
{
background-color: #84917B;
}
</style>
border-color css
<style>
span { border-color: #84917B; }
span { border-color: rgb(132,145,123); }
td.TdClassName
{
border-color: #84917B;
}
.TagClassName
{
border-color: #84917B;
}
</style>