Shades of Spanish Green #828580
Tints of Spanish Green #828580
RGB
CMYK
RGB Variations
Color information
#828580 (or 0x828580) is known color: Spanish Green. HEX triplet: 82, 85 and 80. RGB value is (130,133,128). Sum of RGB (Red+Green+Blue) = 130+133+128=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 133 - color contains mainly: green. Hex color #828580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828580 is #7D7A7F. Grayscale: #838383. Windows color (decimal): -8223360 or 8422786. OLE color: 8422786.
HSL color Cylindrical-coordinate representation of color #828580: hue angle of 96º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #828580 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 128 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.48 |
| HSL | 96º | 0.02% | 0.51% | - |
| HSV(B) | 96º | 0.04% | 0.52% | - |
| XYZ | 21.49 | 23.08 | 23.74 | - |
| YUV | 131.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 128 | 0.02 | 0 | 0.04 | 0.48 | 96 | 0.02 | 0.51 |
| Hex | 82 | 85 | 80 | 2 | 0 | 4 | 30 | 60 | 2 | 33 |
| Octal | 202 | 205 | 200 | 2 | 0 | 4 | 60 | 140 | 2 | 63 |
| Binary | 10000010 | 10000101 | 10000000 | 10 | 0 | 100 | 110000 | 1100000 | 10 | 110011 |
Color Harmonies of #828580
Complementary color
Monochromatic Colors of #828580
Black with #828580
Text Example
Text Example
White with #828580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828580; }
p { color: rgb(130,133,128); }
H1.HeaderClassName
{
color: #828580;
}
.AnyTagClassName
{
color: #828580;
}
</style>
background-color css
<style>
a { background-color: #828580; }
a { background-color: rgb(130,133,128); }
div.DivClassName
{
background-color: #828580;
}
.BgClassName
{
background-color: #828580;
}
</style>
border-color css
<style>
span { border-color: #828580; }
span { border-color: rgb(130,133,128); }
td.TdClassName
{
border-color: #828580;
}
.TagClassName
{
border-color: #828580;
}
</style>