Shades of Chelsea Cucumber #85AB5C
Tints of Chelsea Cucumber #85AB5C
RGB
CMYK
RGB Variations
Color information
#85AB5C (or 0x85AB5C) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 5C. RGB value is (133,171,92). Sum of RGB (Red+Green+Blue) = 133+171+92=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB5C is #7A54A3. Grayscale: #969696. Windows color (decimal): -8017060 or 6073221. OLE color: 6073221.
HSL color Cylindrical-coordinate representation of color #85AB5C: hue angle of 88.86º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85AB5C is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 92 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.33 |
| HSL | 88.86º | 0.32% | 0.52% | - |
| HSV(B) | 88.86º | 0.46% | 0.67% | - |
| XYZ | 26.17 | 34.89 | 15.48 | - |
| YUV | 150.63 | 94.91 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 92 | 0.22 | 0 | 0.46 | 0.33 | 88.86 | 0.32 | 0.52 |
| Hex | 85 | AB | 5C | 16 | 0 | 2E | 21 | 59 | 20 | 34 |
| Octal | 205 | 253 | 134 | 26 | 0 | 56 | 41 | 131 | 40 | 64 |
| Binary | 10000101 | 10101011 | 1011100 | 10110 | 0 | 101110 | 100001 | 1011001 | 100000 | 110100 |
Color Harmonies of #85AB5C
Complementary color
Monochromatic Colors of #85AB5C
Black with #85AB5C
Text Example
Text Example
White with #85AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB5C; }
p { color: rgb(133,171,92); }
H1.HeaderClassName
{
color: #85AB5C;
}
.AnyTagClassName
{
color: #85AB5C;
}
</style>
background-color css
<style>
a { background-color: #85AB5C; }
a { background-color: rgb(133,171,92); }
div.DivClassName
{
background-color: #85AB5C;
}
.BgClassName
{
background-color: #85AB5C;
}
</style>
border-color css
<style>
span { border-color: #85AB5C; }
span { border-color: rgb(133,171,92); }
td.TdClassName
{
border-color: #85AB5C;
}
.TagClassName
{
border-color: #85AB5C;
}
</style>