Shades of Spanish Green #84927E
Tints of Spanish Green #84927E
RGB
CMYK
RGB Variations
Color information
#84927E (or 0x84927E) is known color: Spanish Green. HEX triplet: 84, 92 and 7E. RGB value is (132,146,126). Sum of RGB (Red+Green+Blue) = 132+146+126=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #84927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84927E is #7B6D81. Grayscale: #8B8B8B. Windows color (decimal): -8088962 or 8295044. OLE color: 8295044.
HSL color Cylindrical-coordinate representation of color #84927E: hue angle of 102º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84927E is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 126 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.43 |
| HSL | 102º | 0.08% | 0.53% | - |
| HSV(B) | 102º | 0.14% | 0.57% | - |
| XYZ | 23.56 | 26.97 | 23.7 | - |
| YUV | 139.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 126 | 0.10 | 0 | 0.14 | 0.43 | 102 | 0.08 | 0.53 |
| Hex | 84 | 92 | 7E | A | 0 | E | 2B | 66 | 8 | 35 |
| Octal | 204 | 222 | 176 | 12 | 0 | 16 | 53 | 146 | 10 | 65 |
| Binary | 10000100 | 10010010 | 1111110 | 1010 | 0 | 1110 | 101011 | 1100110 | 1000 | 110101 |
Color Harmonies of #84927E
Complementary color
Monochromatic Colors of #84927E
Black with #84927E
Text Example
Text Example
White with #84927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84927E; }
p { color: rgb(132,146,126); }
H1.HeaderClassName
{
color: #84927E;
}
.AnyTagClassName
{
color: #84927E;
}
</style>
background-color css
<style>
a { background-color: #84927E; }
a { background-color: rgb(132,146,126); }
div.DivClassName
{
background-color: #84927E;
}
.BgClassName
{
background-color: #84927E;
}
</style>
border-color css
<style>
span { border-color: #84927E; }
span { border-color: rgb(132,146,126); }
td.TdClassName
{
border-color: #84927E;
}
.TagClassName
{
border-color: #84927E;
}
</style>