Shades of Chelsea Cucumber #85BA46
Tints of Chelsea Cucumber #85BA46
RGB
CMYK
RGB Variations
Color information
#85BA46 (or 0x85BA46) is known color: Chelsea Cucumber. HEX triplet: 85, BA and 46. RGB value is (133,186,70). Sum of RGB (Red+Green+Blue) = 133+186+70=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA46 is #7A45B9. Grayscale: #9D9D9D. Windows color (decimal): -8013242 or 4635269. OLE color: 4635269.
HSL color Cylindrical-coordinate representation of color #85BA46: hue angle of 87.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85BA46 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 70 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.27 |
| HSL | 87.41º | 0.46% | 0.5% | - |
| HSV(B) | 87.41º | 0.62% | 0.73% | - |
| XYZ | 28.34 | 40.55 | 12.13 | - |
| YUV | 156.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 70 | 0.28 | 0 | 0.62 | 0.27 | 87.41 | 0.46 | 0.5 |
| Hex | 85 | BA | 46 | 1C | 0 | 3E | 1B | 57 | 2E | 32 |
| Octal | 205 | 272 | 106 | 34 | 0 | 76 | 33 | 127 | 56 | 62 |
| Binary | 10000101 | 10111010 | 1000110 | 11100 | 0 | 111110 | 11011 | 1010111 | 101110 | 110010 |
Color Harmonies of #85BA46
Complementary color
Monochromatic Colors of #85BA46
Black with #85BA46
Text Example
Text Example
White with #85BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA46; }
p { color: rgb(133,186,70); }
H1.HeaderClassName
{
color: #85BA46;
}
.AnyTagClassName
{
color: #85BA46;
}
</style>
background-color css
<style>
a { background-color: #85BA46; }
a { background-color: rgb(133,186,70); }
div.DivClassName
{
background-color: #85BA46;
}
.BgClassName
{
background-color: #85BA46;
}
</style>
border-color css
<style>
span { border-color: #85BA46; }
span { border-color: rgb(133,186,70); }
td.TdClassName
{
border-color: #85BA46;
}
.TagClassName
{
border-color: #85BA46;
}
</style>