Shades of Chelsea Cucumber #85AC5C
Tints of Chelsea Cucumber #85AC5C
RGB
CMYK
RGB Variations
Color information
#85AC5C (or 0x85AC5C) is known color: Chelsea Cucumber. HEX triplet: 85, AC and 5C. RGB value is (133,172,92). Sum of RGB (Red+Green+Blue) = 133+172+92=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC5C is #7A53A3. Grayscale: #979797. Windows color (decimal): -8016804 or 6073477. OLE color: 6073477.
HSL color Cylindrical-coordinate representation of color #85AC5C: hue angle of 89.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85AC5C is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 92 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.33 |
| HSL | 89.25º | 0.33% | 0.52% | - |
| HSV(B) | 89.25º | 0.47% | 0.67% | - |
| XYZ | 26.36 | 35.26 | 15.54 | - |
| YUV | 151.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 92 | 0.23 | 0 | 0.47 | 0.33 | 89.25 | 0.33 | 0.52 |
| Hex | 85 | AC | 5C | 17 | 0 | 2F | 21 | 59 | 21 | 34 |
| Octal | 205 | 254 | 134 | 27 | 0 | 57 | 41 | 131 | 41 | 64 |
| Binary | 10000101 | 10101100 | 1011100 | 10111 | 0 | 101111 | 100001 | 1011001 | 100001 | 110100 |
Color Harmonies of #85AC5C
Complementary color
Monochromatic Colors of #85AC5C
Black with #85AC5C
Text Example
Text Example
White with #85AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC5C; }
p { color: rgb(133,172,92); }
H1.HeaderClassName
{
color: #85AC5C;
}
.AnyTagClassName
{
color: #85AC5C;
}
</style>
background-color css
<style>
a { background-color: #85AC5C; }
a { background-color: rgb(133,172,92); }
div.DivClassName
{
background-color: #85AC5C;
}
.BgClassName
{
background-color: #85AC5C;
}
</style>
border-color css
<style>
span { border-color: #85AC5C; }
span { border-color: rgb(133,172,92); }
td.TdClassName
{
border-color: #85AC5C;
}
.TagClassName
{
border-color: #85AC5C;
}
</style>