Shades of Spanish Green #848C81
Tints of Spanish Green #848C81
RGB
CMYK
RGB Variations
Color information
#848C81 (or 0x848C81) is known color: Spanish Green. HEX triplet: 84, 8C and 81. RGB value is (132,140,129). Sum of RGB (Red+Green+Blue) = 132+140+129=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #848C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C81 is #7B737E. Grayscale: #888888. Windows color (decimal): -8090495 or 8490116. OLE color: 8490116.
HSL color Cylindrical-coordinate representation of color #848C81: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #848C81 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 129 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.45 |
| HSL | 103.64º | 0.05% | 0.53% | - |
| HSV(B) | 103.64º | 0.08% | 0.55% | - |
| XYZ | 22.86 | 25.25 | 24.44 | - |
| YUV | 136.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 129 | 0.06 | 0 | 0.08 | 0.45 | 103.64 | 0.05 | 0.53 |
| Hex | 84 | 8C | 81 | 6 | 0 | 8 | 2D | 68 | 5 | 35 |
| Octal | 204 | 214 | 201 | 6 | 0 | 10 | 55 | 150 | 5 | 65 |
| Binary | 10000100 | 10001100 | 10000001 | 110 | 0 | 1000 | 101101 | 1101000 | 101 | 110101 |
Color Harmonies of #848C81
Complementary color
Monochromatic Colors of #848C81
Black with #848C81
Text Example
Text Example
White with #848C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C81; }
p { color: rgb(132,140,129); }
H1.HeaderClassName
{
color: #848C81;
}
.AnyTagClassName
{
color: #848C81;
}
</style>
background-color css
<style>
a { background-color: #848C81; }
a { background-color: rgb(132,140,129); }
div.DivClassName
{
background-color: #848C81;
}
.BgClassName
{
background-color: #848C81;
}
</style>
border-color css
<style>
span { border-color: #848C81; }
span { border-color: rgb(132,140,129); }
td.TdClassName
{
border-color: #848C81;
}
.TagClassName
{
border-color: #848C81;
}
</style>