Shades of Chelsea Cucumber #85B063
Tints of Chelsea Cucumber #85B063
RGB
CMYK
RGB Variations
Color information
#85B063 (or 0x85B063) is known color: Chelsea Cucumber. HEX triplet: 85, B0 and 63. RGB value is (133,176,99). Sum of RGB (Red+Green+Blue) = 133+176+99=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #85B063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B063 is #7A4F9C. Grayscale: #9A9A9A. Windows color (decimal): -8015773 or 6533253. OLE color: 6533253.
HSL color Cylindrical-coordinate representation of color #85B063: hue angle of 93.51º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85B063 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 99 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.31 |
| HSL | 93.51º | 0.33% | 0.54% | - |
| HSV(B) | 93.51º | 0.44% | 0.69% | - |
| XYZ | 27.45 | 36.94 | 17.49 | - |
| YUV | 154.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 99 | 0.24 | 0 | 0.44 | 0.31 | 93.51 | 0.33 | 0.54 |
| Hex | 85 | B0 | 63 | 18 | 0 | 2C | 1F | 5E | 21 | 36 |
| Octal | 205 | 260 | 143 | 30 | 0 | 54 | 37 | 136 | 41 | 66 |
| Binary | 10000101 | 10110000 | 1100011 | 11000 | 0 | 101100 | 11111 | 1011110 | 100001 | 110110 |
Color Harmonies of #85B063
Complementary color
Monochromatic Colors of #85B063
Black with #85B063
Text Example
Text Example
White with #85B063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B063; }
p { color: rgb(133,176,99); }
H1.HeaderClassName
{
color: #85B063;
}
.AnyTagClassName
{
color: #85B063;
}
</style>
background-color css
<style>
a { background-color: #85B063; }
a { background-color: rgb(133,176,99); }
div.DivClassName
{
background-color: #85B063;
}
.BgClassName
{
background-color: #85B063;
}
</style>
border-color css
<style>
span { border-color: #85B063; }
span { border-color: rgb(133,176,99); }
td.TdClassName
{
border-color: #85B063;
}
.TagClassName
{
border-color: #85B063;
}
</style>