Shades of Chelsea Cucumber #85AB60
Tints of Chelsea Cucumber #85AB60
RGB
CMYK
RGB Variations
Color information
#85AB60 (or 0x85AB60) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 60. RGB value is (133,171,96). Sum of RGB (Red+Green+Blue) = 133+171+96=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB60 is #7A549F. Grayscale: #979797. Windows color (decimal): -8017056 or 6335365. OLE color: 6335365.
HSL color Cylindrical-coordinate representation of color #85AB60: hue angle of 90.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85AB60 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 96 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.33 |
| HSL | 90.4º | 0.31% | 0.52% | - |
| HSV(B) | 90.4º | 0.44% | 0.67% | - |
| XYZ | 26.35 | 34.96 | 16.43 | - |
| YUV | 151.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 96 | 0.22 | 0 | 0.44 | 0.33 | 90.4 | 0.31 | 0.52 |
| Hex | 85 | AB | 60 | 16 | 0 | 2C | 21 | 5A | 1F | 34 |
| Octal | 205 | 253 | 140 | 26 | 0 | 54 | 41 | 132 | 37 | 64 |
| Binary | 10000101 | 10101011 | 1100000 | 10110 | 0 | 101100 | 100001 | 1011010 | 11111 | 110100 |
Color Harmonies of #85AB60
Complementary color
Monochromatic Colors of #85AB60
Black with #85AB60
Text Example
Text Example
White with #85AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB60; }
p { color: rgb(133,171,96); }
H1.HeaderClassName
{
color: #85AB60;
}
.AnyTagClassName
{
color: #85AB60;
}
</style>
background-color css
<style>
a { background-color: #85AB60; }
a { background-color: rgb(133,171,96); }
div.DivClassName
{
background-color: #85AB60;
}
.BgClassName
{
background-color: #85AB60;
}
</style>
border-color css
<style>
span { border-color: #85AB60; }
span { border-color: rgb(133,171,96); }
td.TdClassName
{
border-color: #85AB60;
}
.TagClassName
{
border-color: #85AB60;
}
</style>