Shades of Chelsea Cucumber #85AB64
Tints of Chelsea Cucumber #85AB64
RGB
CMYK
RGB Variations
Color information
#85AB64 (or 0x85AB64) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 64. RGB value is (133,171,100). Sum of RGB (Red+Green+Blue) = 133+171+100=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB64 is #7A549B. Grayscale: #979797. Windows color (decimal): -8017052 or 6597509. OLE color: 6597509.
HSL color Cylindrical-coordinate representation of color #85AB64: hue angle of 92.11º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85AB64 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 100 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.33 |
| HSL | 92.11º | 0.3% | 0.53% | - |
| HSV(B) | 92.11º | 0.42% | 0.67% | - |
| XYZ | 26.54 | 35.03 | 17.42 | - |
| YUV | 151.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 100 | 0.22 | 0 | 0.42 | 0.33 | 92.11 | 0.3 | 0.53 |
| Hex | 85 | AB | 64 | 16 | 0 | 2A | 21 | 5C | 1E | 35 |
| Octal | 205 | 253 | 144 | 26 | 0 | 52 | 41 | 134 | 36 | 65 |
| Binary | 10000101 | 10101011 | 1100100 | 10110 | 0 | 101010 | 100001 | 1011100 | 11110 | 110101 |
Color Harmonies of #85AB64
Complementary color
Monochromatic Colors of #85AB64
Black with #85AB64
Text Example
Text Example
White with #85AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB64; }
p { color: rgb(133,171,100); }
H1.HeaderClassName
{
color: #85AB64;
}
.AnyTagClassName
{
color: #85AB64;
}
</style>
background-color css
<style>
a { background-color: #85AB64; }
a { background-color: rgb(133,171,100); }
div.DivClassName
{
background-color: #85AB64;
}
.BgClassName
{
background-color: #85AB64;
}
</style>
border-color css
<style>
span { border-color: #85AB64; }
span { border-color: rgb(133,171,100); }
td.TdClassName
{
border-color: #85AB64;
}
.TagClassName
{
border-color: #85AB64;
}
</style>