Shades of Spanish Green #848883
Tints of Spanish Green #848883
RGB
CMYK
RGB Variations
Color information
#848883 (or 0x848883) is known color: Spanish Green. HEX triplet: 84, 88 and 83. RGB value is (132,136,131). Sum of RGB (Red+Green+Blue) = 132+136+131=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 136 - color contains mainly: green. Hex color #848883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848883 is #7B777C. Grayscale: #868686. Windows color (decimal): -8091517 or 8620164. OLE color: 8620164.
HSL color Cylindrical-coordinate representation of color #848883: hue angle of 108º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #848883 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 131 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.47 |
| HSL | 108º | 0.02% | 0.52% | - |
| HSV(B) | 108º | 0.04% | 0.53% | - |
| XYZ | 22.42 | 24.15 | 24.95 | - |
| YUV | 134.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 131 | 0.03 | 0 | 0.04 | 0.47 | 108 | 0.02 | 0.52 |
| Hex | 84 | 88 | 83 | 3 | 0 | 4 | 2F | 6C | 2 | 34 |
| Octal | 204 | 210 | 203 | 3 | 0 | 4 | 57 | 154 | 2 | 64 |
| Binary | 10000100 | 10001000 | 10000011 | 11 | 0 | 100 | 101111 | 1101100 | 10 | 110100 |
Color Harmonies of #848883
Complementary color
Monochromatic Colors of #848883
Black with #848883
Text Example
Text Example
White with #848883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848883; }
p { color: rgb(132,136,131); }
H1.HeaderClassName
{
color: #848883;
}
.AnyTagClassName
{
color: #848883;
}
</style>
background-color css
<style>
a { background-color: #848883; }
a { background-color: rgb(132,136,131); }
div.DivClassName
{
background-color: #848883;
}
.BgClassName
{
background-color: #848883;
}
</style>
border-color css
<style>
span { border-color: #848883; }
span { border-color: rgb(132,136,131); }
td.TdClassName
{
border-color: #848883;
}
.TagClassName
{
border-color: #848883;
}
</style>