Shades of Spanish Green #828B80
Tints of Spanish Green #828B80
RGB
CMYK
RGB Variations
Color information
#828B80 (or 0x828B80) is known color: Spanish Green. HEX triplet: 82, 8B and 80. RGB value is (130,139,128). Sum of RGB (Red+Green+Blue) = 130+139+128=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 139 - color contains mainly: green. Hex color #828B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B80 is #7D747F. Grayscale: #878787. Windows color (decimal): -8221824 or 8424322. OLE color: 8424322.
HSL color Cylindrical-coordinate representation of color #828B80: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828B80 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 128 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.45 |
| HSL | 109.09º | 0.05% | 0.52% | - |
| HSV(B) | 109.09º | 0.08% | 0.55% | - |
| XYZ | 22.33 | 24.77 | 24.03 | - |
| YUV | 135.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 128 | 0.06 | 0 | 0.08 | 0.45 | 109.09 | 0.05 | 0.52 |
| Hex | 82 | 8B | 80 | 6 | 0 | 8 | 2D | 6D | 5 | 34 |
| Octal | 202 | 213 | 200 | 6 | 0 | 10 | 55 | 155 | 5 | 64 |
| Binary | 10000010 | 10001011 | 10000000 | 110 | 0 | 1000 | 101101 | 1101101 | 101 | 110100 |
Color Harmonies of #828B80
Complementary color
Monochromatic Colors of #828B80
Black with #828B80
Text Example
Text Example
White with #828B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B80; }
p { color: rgb(130,139,128); }
H1.HeaderClassName
{
color: #828B80;
}
.AnyTagClassName
{
color: #828B80;
}
</style>
background-color css
<style>
a { background-color: #828B80; }
a { background-color: rgb(130,139,128); }
div.DivClassName
{
background-color: #828B80;
}
.BgClassName
{
background-color: #828B80;
}
</style>
border-color css
<style>
span { border-color: #828B80; }
span { border-color: rgb(130,139,128); }
td.TdClassName
{
border-color: #828B80;
}
.TagClassName
{
border-color: #828B80;
}
</style>