Shades of Chelsea Cucumber #85AB66
Tints of Chelsea Cucumber #85AB66
RGB
CMYK
RGB Variations
Color information
#85AB66 (or 0x85AB66) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 66. RGB value is (133,171,102). Sum of RGB (Red+Green+Blue) = 133+171+102=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB66 is #7A5499. Grayscale: #989898. Windows color (decimal): -8017050 or 6728581. OLE color: 6728581.
HSL color Cylindrical-coordinate representation of color #85AB66: hue angle of 93.04º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85AB66 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 102 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.33 |
| HSL | 93.04º | 0.29% | 0.54% | - |
| HSV(B) | 93.04º | 0.4% | 0.67% | - |
| XYZ | 26.63 | 35.07 | 17.94 | - |
| YUV | 151.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 102 | 0.22 | 0 | 0.40 | 0.33 | 93.04 | 0.29 | 0.54 |
| Hex | 85 | AB | 66 | 16 | 0 | 28 | 21 | 5D | 1D | 36 |
| Octal | 205 | 253 | 146 | 26 | 0 | 50 | 41 | 135 | 35 | 66 |
| Binary | 10000101 | 10101011 | 1100110 | 10110 | 0 | 101000 | 100001 | 1011101 | 11101 | 110110 |
Color Harmonies of #85AB66
Complementary color
Monochromatic Colors of #85AB66
Black with #85AB66
Text Example
Text Example
White with #85AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB66; }
p { color: rgb(133,171,102); }
H1.HeaderClassName
{
color: #85AB66;
}
.AnyTagClassName
{
color: #85AB66;
}
</style>
background-color css
<style>
a { background-color: #85AB66; }
a { background-color: rgb(133,171,102); }
div.DivClassName
{
background-color: #85AB66;
}
.BgClassName
{
background-color: #85AB66;
}
</style>
border-color css
<style>
span { border-color: #85AB66; }
span { border-color: rgb(133,171,102); }
td.TdClassName
{
border-color: #85AB66;
}
.TagClassName
{
border-color: #85AB66;
}
</style>