Shades of Chelsea Cucumber #86B844
Tints of Chelsea Cucumber #86B844
RGB
CMYK
RGB Variations
Color information
#86B844 (or 0x86B844) is known color: Chelsea Cucumber. HEX triplet: 86, B8 and 44. RGB value is (134,184,68). Sum of RGB (Red+Green+Blue) = 134+184+68=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #86B844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B844 is #7947BB. Grayscale: #9C9C9C. Windows color (decimal): -7948220 or 4503686. OLE color: 4503686.
HSL color Cylindrical-coordinate representation of color #86B844: hue angle of 85.86º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86B844 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 68 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.28 |
| HSL | 85.86º | 0.46% | 0.49% | - |
| HSV(B) | 85.86º | 0.63% | 0.72% | - |
| XYZ | 28.02 | 39.77 | 11.67 | - |
| YUV | 155.83 | 78.44 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 68 | 0.27 | 0 | 0.63 | 0.28 | 85.86 | 0.46 | 0.49 |
| Hex | 86 | B8 | 44 | 1B | 0 | 3F | 1C | 56 | 2E | 31 |
| Octal | 206 | 270 | 104 | 33 | 0 | 77 | 34 | 126 | 56 | 61 |
| Binary | 10000110 | 10111000 | 1000100 | 11011 | 0 | 111111 | 11100 | 1010110 | 101110 | 110001 |
Color Harmonies of #86B844
Complementary color
Monochromatic Colors of #86B844
Black with #86B844
Text Example
Text Example
White with #86B844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B844; }
p { color: rgb(134,184,68); }
H1.HeaderClassName
{
color: #86B844;
}
.AnyTagClassName
{
color: #86B844;
}
</style>
background-color css
<style>
a { background-color: #86B844; }
a { background-color: rgb(134,184,68); }
div.DivClassName
{
background-color: #86B844;
}
.BgClassName
{
background-color: #86B844;
}
</style>
border-color css
<style>
span { border-color: #86B844; }
span { border-color: rgb(134,184,68); }
td.TdClassName
{
border-color: #86B844;
}
.TagClassName
{
border-color: #86B844;
}
</style>