Shades of Chelsea Cucumber #85AB5B
Tints of Chelsea Cucumber #85AB5B
RGB
CMYK
RGB Variations
Color information
#85AB5B (or 0x85AB5B) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 5B. RGB value is (133,171,91). Sum of RGB (Red+Green+Blue) = 133+171+91=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB5B is #7A54A4. Grayscale: #969696. Windows color (decimal): -8017061 or 6007685. OLE color: 6007685.
HSL color Cylindrical-coordinate representation of color #85AB5B: hue angle of 88.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85AB5B is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 91 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.33 |
| HSL | 88.5º | 0.32% | 0.51% | - |
| HSV(B) | 88.5º | 0.47% | 0.67% | - |
| XYZ | 26.12 | 34.87 | 15.25 | - |
| YUV | 150.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 91 | 0.22 | 0 | 0.47 | 0.33 | 88.5 | 0.32 | 0.51 |
| Hex | 85 | AB | 5B | 16 | 0 | 2F | 21 | 58 | 20 | 33 |
| Octal | 205 | 253 | 133 | 26 | 0 | 57 | 41 | 130 | 40 | 63 |
| Binary | 10000101 | 10101011 | 1011011 | 10110 | 0 | 101111 | 100001 | 1011000 | 100000 | 110011 |
Color Harmonies of #85AB5B
Complementary color
Monochromatic Colors of #85AB5B
Black with #85AB5B
Text Example
Text Example
White with #85AB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB5B; }
p { color: rgb(133,171,91); }
H1.HeaderClassName
{
color: #85AB5B;
}
.AnyTagClassName
{
color: #85AB5B;
}
</style>
background-color css
<style>
a { background-color: #85AB5B; }
a { background-color: rgb(133,171,91); }
div.DivClassName
{
background-color: #85AB5B;
}
.BgClassName
{
background-color: #85AB5B;
}
</style>
border-color css
<style>
span { border-color: #85AB5B; }
span { border-color: rgb(133,171,91); }
td.TdClassName
{
border-color: #85AB5B;
}
.TagClassName
{
border-color: #85AB5B;
}
</style>