Shades of Chelsea Cucumber #85AB59
Tints of Chelsea Cucumber #85AB59
RGB
CMYK
RGB Variations
Color information
#85AB59 (or 0x85AB59) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 59. RGB value is (133,171,89). Sum of RGB (Red+Green+Blue) = 133+171+89=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB59 is #7A54A6. Grayscale: #969696. Windows color (decimal): -8017063 or 5876613. OLE color: 5876613.
HSL color Cylindrical-coordinate representation of color #85AB59: hue angle of 87.8º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85AB59 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 89 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.33 |
| HSL | 87.8º | 0.33% | 0.51% | - |
| HSV(B) | 87.8º | 0.48% | 0.67% | - |
| XYZ | 26.04 | 34.83 | 14.8 | - |
| YUV | 150.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 89 | 0.22 | 0 | 0.48 | 0.33 | 87.8 | 0.33 | 0.51 |
| Hex | 85 | AB | 59 | 16 | 0 | 30 | 21 | 58 | 21 | 33 |
| Octal | 205 | 253 | 131 | 26 | 0 | 60 | 41 | 130 | 41 | 63 |
| Binary | 10000101 | 10101011 | 1011001 | 10110 | 0 | 110000 | 100001 | 1011000 | 100001 | 110011 |
Color Harmonies of #85AB59
Complementary color
Monochromatic Colors of #85AB59
Black with #85AB59
Text Example
Text Example
White with #85AB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB59; }
p { color: rgb(133,171,89); }
H1.HeaderClassName
{
color: #85AB59;
}
.AnyTagClassName
{
color: #85AB59;
}
</style>
background-color css
<style>
a { background-color: #85AB59; }
a { background-color: rgb(133,171,89); }
div.DivClassName
{
background-color: #85AB59;
}
.BgClassName
{
background-color: #85AB59;
}
</style>
border-color css
<style>
span { border-color: #85AB59; }
span { border-color: rgb(133,171,89); }
td.TdClassName
{
border-color: #85AB59;
}
.TagClassName
{
border-color: #85AB59;
}
</style>