Shades of Chelsea Cucumber #85AC65
Tints of Chelsea Cucumber #85AC65
RGB
CMYK
RGB Variations
Color information
#85AC65 (or 0x85AC65) is known color: Chelsea Cucumber. HEX triplet: 85, AC and 65. RGB value is (133,172,101). Sum of RGB (Red+Green+Blue) = 133+172+101=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC65 is #7A539A. Grayscale: #989898. Windows color (decimal): -8016795 or 6663301. OLE color: 6663301.
HSL color Cylindrical-coordinate representation of color #85AC65: hue angle of 92.96º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85AC65 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 101 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.33 |
| HSL | 92.96º | 0.3% | 0.54% | - |
| HSV(B) | 92.96º | 0.41% | 0.67% | - |
| XYZ | 26.77 | 35.43 | 17.74 | - |
| YUV | 152.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 101 | 0.23 | 0 | 0.41 | 0.33 | 92.96 | 0.3 | 0.54 |
| Hex | 85 | AC | 65 | 17 | 0 | 29 | 21 | 5D | 1E | 36 |
| Octal | 205 | 254 | 145 | 27 | 0 | 51 | 41 | 135 | 36 | 66 |
| Binary | 10000101 | 10101100 | 1100101 | 10111 | 0 | 101001 | 100001 | 1011101 | 11110 | 110110 |
Color Harmonies of #85AC65
Complementary color
Monochromatic Colors of #85AC65
Black with #85AC65
Text Example
Text Example
White with #85AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC65; }
p { color: rgb(133,172,101); }
H1.HeaderClassName
{
color: #85AC65;
}
.AnyTagClassName
{
color: #85AC65;
}
</style>
background-color css
<style>
a { background-color: #85AC65; }
a { background-color: rgb(133,172,101); }
div.DivClassName
{
background-color: #85AC65;
}
.BgClassName
{
background-color: #85AC65;
}
</style>
border-color css
<style>
span { border-color: #85AC65; }
span { border-color: rgb(133,172,101); }
td.TdClassName
{
border-color: #85AC65;
}
.TagClassName
{
border-color: #85AC65;
}
</style>