Shades of Spanish Green #82927B
Tints of Spanish Green #82927B
RGB
CMYK
RGB Variations
Color information
#82927B (or 0x82927B) is known color: Spanish Green. HEX triplet: 82, 92 and 7B. RGB value is (130,146,123). Sum of RGB (Red+Green+Blue) = 130+146+123=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #82927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82927B is #7D6D84. Grayscale: #8A8A8A. Windows color (decimal): -8220037 or 8098434. OLE color: 8098434.
HSL color Cylindrical-coordinate representation of color #82927B: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82927B is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 123 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.43 |
| HSL | 101.74º | 0.1% | 0.53% | - |
| HSV(B) | 101.74º | 0.16% | 0.57% | - |
| XYZ | 23.06 | 26.73 | 22.68 | - |
| YUV | 138.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 123 | 0.11 | 0 | 0.16 | 0.43 | 101.74 | 0.1 | 0.53 |
| Hex | 82 | 92 | 7B | B | 0 | 10 | 2B | 66 | A | 35 |
| Octal | 202 | 222 | 173 | 13 | 0 | 20 | 53 | 146 | 12 | 65 |
| Binary | 10000010 | 10010010 | 1111011 | 1011 | 0 | 10000 | 101011 | 1100110 | 1010 | 110101 |
Color Harmonies of #82927B
Complementary color
Monochromatic Colors of #82927B
Black with #82927B
Text Example
Text Example
White with #82927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82927B; }
p { color: rgb(130,146,123); }
H1.HeaderClassName
{
color: #82927B;
}
.AnyTagClassName
{
color: #82927B;
}
</style>
background-color css
<style>
a { background-color: #82927B; }
a { background-color: rgb(130,146,123); }
div.DivClassName
{
background-color: #82927B;
}
.BgClassName
{
background-color: #82927B;
}
</style>
border-color css
<style>
span { border-color: #82927B; }
span { border-color: rgb(130,146,123); }
td.TdClassName
{
border-color: #82927B;
}
.TagClassName
{
border-color: #82927B;
}
</style>