Shades of Chelsea Cucumber #86BA41
Tints of Chelsea Cucumber #86BA41
RGB
CMYK
RGB Variations
Color information
#86BA41 (or 0x86BA41) is known color: Chelsea Cucumber. HEX triplet: 86, BA and 41. RGB value is (134,186,65). Sum of RGB (Red+Green+Blue) = 134+186+65=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA41 is #7945BE. Grayscale: #9D9D9D. Windows color (decimal): -7947711 or 4307590. OLE color: 4307590.
HSL color Cylindrical-coordinate representation of color #86BA41: hue angle of 85.79º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86BA41 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 65 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.27 |
| HSL | 85.79º | 0.48% | 0.49% | - |
| HSV(B) | 85.79º | 0.65% | 0.73% | - |
| XYZ | 28.34 | 40.57 | 11.34 | - |
| YUV | 156.66 | 76.27 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 65 | 0.28 | 0 | 0.65 | 0.27 | 85.79 | 0.48 | 0.49 |
| Hex | 86 | BA | 41 | 1C | 0 | 41 | 1B | 56 | 30 | 31 |
| Octal | 206 | 272 | 101 | 34 | 0 | 101 | 33 | 126 | 60 | 61 |
| Binary | 10000110 | 10111010 | 1000001 | 11100 | 0 | 1000001 | 11011 | 1010110 | 110000 | 110001 |
Color Harmonies of #86BA41
Complementary color
Monochromatic Colors of #86BA41
Black with #86BA41
Text Example
Text Example
White with #86BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA41; }
p { color: rgb(134,186,65); }
H1.HeaderClassName
{
color: #86BA41;
}
.AnyTagClassName
{
color: #86BA41;
}
</style>
background-color css
<style>
a { background-color: #86BA41; }
a { background-color: rgb(134,186,65); }
div.DivClassName
{
background-color: #86BA41;
}
.BgClassName
{
background-color: #86BA41;
}
</style>
border-color css
<style>
span { border-color: #86BA41; }
span { border-color: rgb(134,186,65); }
td.TdClassName
{
border-color: #86BA41;
}
.TagClassName
{
border-color: #86BA41;
}
</style>