Shades of Chelsea Cucumber #85B55D
Tints of Chelsea Cucumber #85B55D
RGB
CMYK
RGB Variations
Color information
#85B55D (or 0x85B55D) is known color: Chelsea Cucumber. HEX triplet: 85, B5 and 5D. RGB value is (133,181,93). Sum of RGB (Red+Green+Blue) = 133+181+93=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #85B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B55D is #7A4AA2. Grayscale: #9C9C9C. Windows color (decimal): -8014499 or 6141317. OLE color: 6141317.
HSL color Cylindrical-coordinate representation of color #85B55D: hue angle of 92.73º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85B55D is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 93 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.29 |
| HSL | 92.73º | 0.37% | 0.54% | - |
| HSV(B) | 92.73º | 0.49% | 0.71% | - |
| XYZ | 28.17 | 38.82 | 16.36 | - |
| YUV | 156.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 93 | 0.27 | 0 | 0.49 | 0.29 | 92.73 | 0.37 | 0.54 |
| Hex | 85 | B5 | 5D | 1B | 0 | 31 | 1D | 5D | 25 | 36 |
| Octal | 205 | 265 | 135 | 33 | 0 | 61 | 35 | 135 | 45 | 66 |
| Binary | 10000101 | 10110101 | 1011101 | 11011 | 0 | 110001 | 11101 | 1011101 | 100101 | 110110 |
Color Harmonies of #85B55D
Complementary color
Monochromatic Colors of #85B55D
Black with #85B55D
Text Example
Text Example
White with #85B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B55D; }
p { color: rgb(133,181,93); }
H1.HeaderClassName
{
color: #85B55D;
}
.AnyTagClassName
{
color: #85B55D;
}
</style>
background-color css
<style>
a { background-color: #85B55D; }
a { background-color: rgb(133,181,93); }
div.DivClassName
{
background-color: #85B55D;
}
.BgClassName
{
background-color: #85B55D;
}
</style>
border-color css
<style>
span { border-color: #85B55D; }
span { border-color: rgb(133,181,93); }
td.TdClassName
{
border-color: #85B55D;
}
.TagClassName
{
border-color: #85B55D;
}
</style>