Shades of Spanish Green #84927C
Tints of Spanish Green #84927C
RGB
CMYK
RGB Variations
Color information
#84927C (or 0x84927C) is known color: Spanish Green. HEX triplet: 84, 92 and 7C. RGB value is (132,146,124). Sum of RGB (Red+Green+Blue) = 132+146+124=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #84927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84927C is #7B6D83. Grayscale: #8B8B8B. Windows color (decimal): -8088964 or 8163972. OLE color: 8163972.
HSL color Cylindrical-coordinate representation of color #84927C: hue angle of 98.18º 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 #84927C is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 124 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.43 |
| HSL | 98.18º | 0.09% | 0.53% | - |
| HSV(B) | 98.18º | 0.15% | 0.57% | - |
| XYZ | 23.43 | 26.92 | 23.03 | - |
| YUV | 139.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 124 | 0.10 | 0 | 0.15 | 0.43 | 98.18 | 0.09 | 0.53 |
| Hex | 84 | 92 | 7C | A | 0 | F | 2B | 62 | 9 | 35 |
| Octal | 204 | 222 | 174 | 12 | 0 | 17 | 53 | 142 | 11 | 65 |
| Binary | 10000100 | 10010010 | 1111100 | 1010 | 0 | 1111 | 101011 | 1100010 | 1001 | 110101 |
Color Harmonies of #84927C
Complementary color
Monochromatic Colors of #84927C
Black with #84927C
Text Example
Text Example
White with #84927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84927C; }
p { color: rgb(132,146,124); }
H1.HeaderClassName
{
color: #84927C;
}
.AnyTagClassName
{
color: #84927C;
}
</style>
background-color css
<style>
a { background-color: #84927C; }
a { background-color: rgb(132,146,124); }
div.DivClassName
{
background-color: #84927C;
}
.BgClassName
{
background-color: #84927C;
}
</style>
border-color css
<style>
span { border-color: #84927C; }
span { border-color: rgb(132,146,124); }
td.TdClassName
{
border-color: #84927C;
}
.TagClassName
{
border-color: #84927C;
}
</style>