Shades of Chelsea Cucumber #85AC63
Tints of Chelsea Cucumber #85AC63
RGB
CMYK
RGB Variations
Color information
#85AC63 (or 0x85AC63) is known color: Chelsea Cucumber. HEX triplet: 85, AC and 63. RGB value is (133,172,99). Sum of RGB (Red+Green+Blue) = 133+172+99=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC63 is #7A539C. Grayscale: #989898. Windows color (decimal): -8016797 or 6532229. OLE color: 6532229.
HSL color Cylindrical-coordinate representation of color #85AC63: hue angle of 92.05º degrees, saturation: 0.31, 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 #85AC63 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 99 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.33 |
| HSL | 92.05º | 0.31% | 0.53% | - |
| HSV(B) | 92.05º | 0.42% | 0.67% | - |
| XYZ | 26.68 | 35.39 | 17.23 | - |
| YUV | 152.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 99 | 0.23 | 0 | 0.42 | 0.33 | 92.05 | 0.31 | 0.53 |
| Hex | 85 | AC | 63 | 17 | 0 | 2A | 21 | 5C | 1F | 35 |
| Octal | 205 | 254 | 143 | 27 | 0 | 52 | 41 | 134 | 37 | 65 |
| Binary | 10000101 | 10101100 | 1100011 | 10111 | 0 | 101010 | 100001 | 1011100 | 11111 | 110101 |
Color Harmonies of #85AC63
Complementary color
Monochromatic Colors of #85AC63
Black with #85AC63
Text Example
Text Example
White with #85AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC63; }
p { color: rgb(133,172,99); }
H1.HeaderClassName
{
color: #85AC63;
}
.AnyTagClassName
{
color: #85AC63;
}
</style>
background-color css
<style>
a { background-color: #85AC63; }
a { background-color: rgb(133,172,99); }
div.DivClassName
{
background-color: #85AC63;
}
.BgClassName
{
background-color: #85AC63;
}
</style>
border-color css
<style>
span { border-color: #85AC63; }
span { border-color: rgb(133,172,99); }
td.TdClassName
{
border-color: #85AC63;
}
.TagClassName
{
border-color: #85AC63;
}
</style>