Shades of Chelsea Cucumber #85B059
Tints of Chelsea Cucumber #85B059
RGB
CMYK
RGB Variations
Color information
#85B059 (or 0x85B059) is known color: Chelsea Cucumber. HEX triplet: 85, B0 and 59. RGB value is (133,176,89). Sum of RGB (Red+Green+Blue) = 133+176+89=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #85B059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B059 is #7A4FA6. Grayscale: #999999. Windows color (decimal): -8015783 or 5877893. OLE color: 5877893.
HSL color Cylindrical-coordinate representation of color #85B059: hue angle of 89.66º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85B059 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 89 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.31 |
| HSL | 89.66º | 0.36% | 0.52% | - |
| HSV(B) | 89.66º | 0.49% | 0.69% | - |
| XYZ | 27 | 36.76 | 15.12 | - |
| YUV | 153.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 89 | 0.24 | 0 | 0.49 | 0.31 | 89.66 | 0.36 | 0.52 |
| Hex | 85 | B0 | 59 | 18 | 0 | 31 | 1F | 5A | 24 | 34 |
| Octal | 205 | 260 | 131 | 30 | 0 | 61 | 37 | 132 | 44 | 64 |
| Binary | 10000101 | 10110000 | 1011001 | 11000 | 0 | 110001 | 11111 | 1011010 | 100100 | 110100 |
Color Harmonies of #85B059
Complementary color
Monochromatic Colors of #85B059
Black with #85B059
Text Example
Text Example
White with #85B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B059; }
p { color: rgb(133,176,89); }
H1.HeaderClassName
{
color: #85B059;
}
.AnyTagClassName
{
color: #85B059;
}
</style>
background-color css
<style>
a { background-color: #85B059; }
a { background-color: rgb(133,176,89); }
div.DivClassName
{
background-color: #85B059;
}
.BgClassName
{
background-color: #85B059;
}
</style>
border-color css
<style>
span { border-color: #85B059; }
span { border-color: rgb(133,176,89); }
td.TdClassName
{
border-color: #85B059;
}
.TagClassName
{
border-color: #85B059;
}
</style>