Shades of Chelsea Cucumber #85B051
Tints of Chelsea Cucumber #85B051
RGB
CMYK
RGB Variations
Color information
#85B051 (or 0x85B051) is known color: Chelsea Cucumber. HEX triplet: 85, B0 and 51. RGB value is (133,176,81). Sum of RGB (Red+Green+Blue) = 133+176+81=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #85B051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B051 is #7A4FAE. Grayscale: #989898. Windows color (decimal): -8015791 or 5353605. OLE color: 5353605.
HSL color Cylindrical-coordinate representation of color #85B051: hue angle of 87.16º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85B051 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 81 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.31 |
| HSL | 87.16º | 0.38% | 0.5% | - |
| HSV(B) | 87.16º | 0.54% | 0.69% | - |
| XYZ | 26.68 | 36.63 | 13.45 | - |
| YUV | 152.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 81 | 0.24 | 0 | 0.54 | 0.31 | 87.16 | 0.38 | 0.5 |
| Hex | 85 | B0 | 51 | 18 | 0 | 36 | 1F | 57 | 26 | 32 |
| Octal | 205 | 260 | 121 | 30 | 0 | 66 | 37 | 127 | 46 | 62 |
| Binary | 10000101 | 10110000 | 1010001 | 11000 | 0 | 110110 | 11111 | 1010111 | 100110 | 110010 |
Color Harmonies of #85B051
Complementary color
Monochromatic Colors of #85B051
Black with #85B051
Text Example
Text Example
White with #85B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B051; }
p { color: rgb(133,176,81); }
H1.HeaderClassName
{
color: #85B051;
}
.AnyTagClassName
{
color: #85B051;
}
</style>
background-color css
<style>
a { background-color: #85B051; }
a { background-color: rgb(133,176,81); }
div.DivClassName
{
background-color: #85B051;
}
.BgClassName
{
background-color: #85B051;
}
</style>
border-color css
<style>
span { border-color: #85B051; }
span { border-color: rgb(133,176,81); }
td.TdClassName
{
border-color: #85B051;
}
.TagClassName
{
border-color: #85B051;
}
</style>