Shades of Spanish Green #828581
Tints of Spanish Green #828581
RGB
CMYK
RGB Variations
Color information
#828581 (or 0x828581) is known color: Spanish Green. HEX triplet: 82, 85 and 81. RGB value is (130,133,129). Sum of RGB (Red+Green+Blue) = 130+133+129=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 133 - color contains mainly: green. Hex color #828581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828581 is #7D7A7E. Grayscale: #838383. Windows color (decimal): -8223359 or 8488322. OLE color: 8488322.
HSL color Cylindrical-coordinate representation of color #828581: hue angle of 105º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #828581 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 129 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.48 |
| HSL | 105º | 0.02% | 0.51% | - |
| HSV(B) | 105º | 0.03% | 0.52% | - |
| XYZ | 21.56 | 23.11 | 24.09 | - |
| YUV | 131.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 129 | 0.02 | 0 | 0.03 | 0.48 | 105 | 0.02 | 0.51 |
| Hex | 82 | 85 | 81 | 2 | 0 | 3 | 30 | 69 | 2 | 33 |
| Octal | 202 | 205 | 201 | 2 | 0 | 3 | 60 | 151 | 2 | 63 |
| Binary | 10000010 | 10000101 | 10000001 | 10 | 0 | 11 | 110000 | 1101001 | 10 | 110011 |
Color Harmonies of #828581
Complementary color
Monochromatic Colors of #828581
Black with #828581
Text Example
Text Example
White with #828581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828581; }
p { color: rgb(130,133,129); }
H1.HeaderClassName
{
color: #828581;
}
.AnyTagClassName
{
color: #828581;
}
</style>
background-color css
<style>
a { background-color: #828581; }
a { background-color: rgb(130,133,129); }
div.DivClassName
{
background-color: #828581;
}
.BgClassName
{
background-color: #828581;
}
</style>
border-color css
<style>
span { border-color: #828581; }
span { border-color: rgb(130,133,129); }
td.TdClassName
{
border-color: #828581;
}
.TagClassName
{
border-color: #828581;
}
</style>