Shades of Spanish Green #82927E
Tints of Spanish Green #82927E
RGB
CMYK
RGB Variations
Color information
#82927E (or 0x82927E) is known color: Spanish Green. HEX triplet: 82, 92 and 7E. RGB value is (130,146,126). Sum of RGB (Red+Green+Blue) = 130+146+126=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #82927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82927E is #7D6D81. Grayscale: #8B8B8B. Windows color (decimal): -8220034 or 8295042. OLE color: 8295042.
HSL color Cylindrical-coordinate representation of color #82927E: hue angle of 108º 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 #82927E is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 126 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.43 |
| HSL | 108º | 0.08% | 0.53% | - |
| HSV(B) | 108º | 0.14% | 0.57% | - |
| XYZ | 23.25 | 26.81 | 23.69 | - |
| YUV | 138.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 126 | 0.11 | 0 | 0.14 | 0.43 | 108 | 0.08 | 0.53 |
| Hex | 82 | 92 | 7E | B | 0 | E | 2B | 6C | 8 | 35 |
| Octal | 202 | 222 | 176 | 13 | 0 | 16 | 53 | 154 | 10 | 65 |
| Binary | 10000010 | 10010010 | 1111110 | 1011 | 0 | 1110 | 101011 | 1101100 | 1000 | 110101 |
Color Harmonies of #82927E
Complementary color
Monochromatic Colors of #82927E
Black with #82927E
Text Example
Text Example
White with #82927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82927E; }
p { color: rgb(130,146,126); }
H1.HeaderClassName
{
color: #82927E;
}
.AnyTagClassName
{
color: #82927E;
}
</style>
background-color css
<style>
a { background-color: #82927E; }
a { background-color: rgb(130,146,126); }
div.DivClassName
{
background-color: #82927E;
}
.BgClassName
{
background-color: #82927E;
}
</style>
border-color css
<style>
span { border-color: #82927E; }
span { border-color: rgb(130,146,126); }
td.TdClassName
{
border-color: #82927E;
}
.TagClassName
{
border-color: #82927E;
}
</style>