Shades of Chelsea Cucumber #85B753
Tints of Chelsea Cucumber #85B753
RGB
CMYK
RGB Variations
Color information
#85B753 (or 0x85B753) is known color: Chelsea Cucumber. HEX triplet: 85, B7 and 53. RGB value is (133,183,83). Sum of RGB (Red+Green+Blue) = 133+183+83=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #85B753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B753 is #7A48AC. Grayscale: #9D9D9D. Windows color (decimal): -8013997 or 5486469. OLE color: 5486469.
HSL color Cylindrical-coordinate representation of color #85B753: hue angle of 90º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85B753 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 83 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.28 |
| HSL | 90º | 0.41% | 0.52% | - |
| HSV(B) | 90º | 0.55% | 0.72% | - |
| XYZ | 28.17 | 39.48 | 14.32 | - |
| YUV | 156.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 83 | 0.27 | 0 | 0.55 | 0.28 | 90 | 0.41 | 0.52 |
| Hex | 85 | B7 | 53 | 1B | 0 | 37 | 1C | 5A | 29 | 34 |
| Octal | 205 | 267 | 123 | 33 | 0 | 67 | 34 | 132 | 51 | 64 |
| Binary | 10000101 | 10110111 | 1010011 | 11011 | 0 | 110111 | 11100 | 1011010 | 101001 | 110100 |
Color Harmonies of #85B753
Complementary color
Monochromatic Colors of #85B753
Black with #85B753
Text Example
Text Example
White with #85B753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B753; }
p { color: rgb(133,183,83); }
H1.HeaderClassName
{
color: #85B753;
}
.AnyTagClassName
{
color: #85B753;
}
</style>
background-color css
<style>
a { background-color: #85B753; }
a { background-color: rgb(133,183,83); }
div.DivClassName
{
background-color: #85B753;
}
.BgClassName
{
background-color: #85B753;
}
</style>
border-color css
<style>
span { border-color: #85B753; }
span { border-color: rgb(133,183,83); }
td.TdClassName
{
border-color: #85B753;
}
.TagClassName
{
border-color: #85B753;
}
</style>