Shades of Chelsea Cucumber #85AE68
Tints of Chelsea Cucumber #85AE68
RGB
CMYK
RGB Variations
Color information
#85AE68 (or 0x85AE68) is known color: Chelsea Cucumber. HEX triplet: 85, AE and 68. RGB value is (133,174,104). Sum of RGB (Red+Green+Blue) = 133+174+104=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AE68 is #7A5197. Grayscale: #9A9A9A. Windows color (decimal): -8016280 or 6860421. OLE color: 6860421.
HSL color Cylindrical-coordinate representation of color #85AE68: hue angle of 95.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85AE68 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 174 | 104 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.32 |
| HSL | 95.14º | 0.3% | 0.55% | - |
| HSV(B) | 95.14º | 0.4% | 0.68% | - |
| XYZ | 27.31 | 36.26 | 18.66 | - |
| YUV | 153.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 104 | 0.24 | 0 | 0.40 | 0.32 | 95.14 | 0.3 | 0.55 |
| Hex | 85 | AE | 68 | 18 | 0 | 28 | 20 | 5F | 1E | 37 |
| Octal | 205 | 256 | 150 | 30 | 0 | 50 | 40 | 137 | 36 | 67 |
| Binary | 10000101 | 10101110 | 1101000 | 11000 | 0 | 101000 | 100000 | 1011111 | 11110 | 110111 |
Color Harmonies of #85AE68
Complementary color
Monochromatic Colors of #85AE68
Black with #85AE68
Text Example
Text Example
White with #85AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AE68; }
p { color: rgb(133,174,104); }
H1.HeaderClassName
{
color: #85AE68;
}
.AnyTagClassName
{
color: #85AE68;
}
</style>
background-color css
<style>
a { background-color: #85AE68; }
a { background-color: rgb(133,174,104); }
div.DivClassName
{
background-color: #85AE68;
}
.BgClassName
{
background-color: #85AE68;
}
</style>
border-color css
<style>
span { border-color: #85AE68; }
span { border-color: rgb(133,174,104); }
td.TdClassName
{
border-color: #85AE68;
}
.TagClassName
{
border-color: #85AE68;
}
</style>