Shades of Chelsea Cucumber #86B241
Tints of Chelsea Cucumber #86B241
RGB
CMYK
RGB Variations
Color information
#86B241 (or 0x86B241) is known color: Chelsea Cucumber. HEX triplet: 86, B2 and 41. RGB value is (134,178,65). Sum of RGB (Red+Green+Blue) = 134+178+65=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #86B241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B241 is #794DBE. Grayscale: #989898. Windows color (decimal): -7949759 or 4305542. OLE color: 4305542.
HSL color Cylindrical-coordinate representation of color #86B241: hue angle of 83.36º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86B241 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 65 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.30 |
| HSL | 83.36º | 0.47% | 0.48% | - |
| HSV(B) | 83.36º | 0.63% | 0.7% | - |
| XYZ | 26.71 | 37.29 | 10.79 | - |
| YUV | 151.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 65 | 0.25 | 0 | 0.63 | 0.30 | 83.36 | 0.47 | 0.48 |
| Hex | 86 | B2 | 41 | 19 | 0 | 3F | 1E | 53 | 2F | 30 |
| Octal | 206 | 262 | 101 | 31 | 0 | 77 | 36 | 123 | 57 | 60 |
| Binary | 10000110 | 10110010 | 1000001 | 11001 | 0 | 111111 | 11110 | 1010011 | 101111 | 110000 |
Color Harmonies of #86B241
Complementary color
Monochromatic Colors of #86B241
Black with #86B241
Text Example
Text Example
White with #86B241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B241; }
p { color: rgb(134,178,65); }
H1.HeaderClassName
{
color: #86B241;
}
.AnyTagClassName
{
color: #86B241;
}
</style>
background-color css
<style>
a { background-color: #86B241; }
a { background-color: rgb(134,178,65); }
div.DivClassName
{
background-color: #86B241;
}
.BgClassName
{
background-color: #86B241;
}
</style>
border-color css
<style>
span { border-color: #86B241; }
span { border-color: rgb(134,178,65); }
td.TdClassName
{
border-color: #86B241;
}
.TagClassName
{
border-color: #86B241;
}
</style>