Shades of Spanish Green #858883
Tints of Spanish Green #858883
RGB
CMYK
RGB Variations
Color information
#858883 (or 0x858883) is known color: Spanish Green. HEX triplet: 85, 88 and 83. RGB value is (133,136,131). Sum of RGB (Red+Green+Blue) = 133+136+131=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 136 - color contains mainly: green. Hex color #858883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858883 is #7A777C. Grayscale: #868686. Windows color (decimal): -8025981 or 8620165. OLE color: 8620165.
HSL color Cylindrical-coordinate representation of color #858883: hue angle of 96º 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 #858883 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 131 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.47 |
| HSL | 96º | 0.02% | 0.52% | - |
| HSV(B) | 96º | 0.04% | 0.53% | - |
| XYZ | 22.57 | 24.23 | 24.96 | - |
| YUV | 134.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 131 | 0.02 | 0 | 0.04 | 0.47 | 96 | 0.02 | 0.52 |
| Hex | 85 | 88 | 83 | 2 | 0 | 4 | 2F | 60 | 2 | 34 |
| Octal | 205 | 210 | 203 | 2 | 0 | 4 | 57 | 140 | 2 | 64 |
| Binary | 10000101 | 10001000 | 10000011 | 10 | 0 | 100 | 101111 | 1100000 | 10 | 110100 |
Color Harmonies of #858883
Complementary color
Monochromatic Colors of #858883
Black with #858883
Text Example
Text Example
White with #858883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858883; }
p { color: rgb(133,136,131); }
H1.HeaderClassName
{
color: #858883;
}
.AnyTagClassName
{
color: #858883;
}
</style>
background-color css
<style>
a { background-color: #858883; }
a { background-color: rgb(133,136,131); }
div.DivClassName
{
background-color: #858883;
}
.BgClassName
{
background-color: #858883;
}
</style>
border-color css
<style>
span { border-color: #858883; }
span { border-color: rgb(133,136,131); }
td.TdClassName
{
border-color: #858883;
}
.TagClassName
{
border-color: #858883;
}
</style>