Shades of Chelsea Cucumber #85B353
Tints of Chelsea Cucumber #85B353
RGB
CMYK
RGB Variations
Color information
#85B353 (or 0x85B353) is known color: Chelsea Cucumber. HEX triplet: 85, B3 and 53. RGB value is (133,179,83). Sum of RGB (Red+Green+Blue) = 133+179+83=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #85B353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B353 is #7A4CAC. Grayscale: #9A9A9A. Windows color (decimal): -8015021 or 5485445. OLE color: 5485445.
HSL color Cylindrical-coordinate representation of color #85B353: hue angle of 88.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85B353 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 83 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.30 |
| HSL | 88.75º | 0.39% | 0.51% | - |
| HSV(B) | 88.75º | 0.54% | 0.7% | - |
| XYZ | 27.35 | 37.85 | 14.05 | - |
| YUV | 154.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 83 | 0.26 | 0 | 0.54 | 0.30 | 88.75 | 0.39 | 0.51 |
| Hex | 85 | B3 | 53 | 1A | 0 | 36 | 1E | 59 | 27 | 33 |
| Octal | 205 | 263 | 123 | 32 | 0 | 66 | 36 | 131 | 47 | 63 |
| Binary | 10000101 | 10110011 | 1010011 | 11010 | 0 | 110110 | 11110 | 1011001 | 100111 | 110011 |
Color Harmonies of #85B353
Complementary color
Monochromatic Colors of #85B353
Black with #85B353
Text Example
Text Example
White with #85B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B353; }
p { color: rgb(133,179,83); }
H1.HeaderClassName
{
color: #85B353;
}
.AnyTagClassName
{
color: #85B353;
}
</style>
background-color css
<style>
a { background-color: #85B353; }
a { background-color: rgb(133,179,83); }
div.DivClassName
{
background-color: #85B353;
}
.BgClassName
{
background-color: #85B353;
}
</style>
border-color css
<style>
span { border-color: #85B353; }
span { border-color: rgb(133,179,83); }
td.TdClassName
{
border-color: #85B353;
}
.TagClassName
{
border-color: #85B353;
}
</style>