Shades of Chelsea Cucumber #86B354
Tints of Chelsea Cucumber #86B354
RGB
CMYK
RGB Variations
Color information
#86B354 (or 0x86B354) is known color: Chelsea Cucumber. HEX triplet: 86, B3 and 54. RGB value is (134,179,84). Sum of RGB (Red+Green+Blue) = 134+179+84=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #86B354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B354 is #794CAB. Grayscale: #9B9B9B. Windows color (decimal): -7949484 or 5550982. OLE color: 5550982.
HSL color Cylindrical-coordinate representation of color #86B354: hue angle of 88.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86B354 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 84 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.30 |
| HSL | 88.42º | 0.38% | 0.52% | - |
| HSV(B) | 88.42º | 0.53% | 0.7% | - |
| XYZ | 27.55 | 37.95 | 14.26 | - |
| YUV | 154.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 84 | 0.25 | 0 | 0.53 | 0.30 | 88.42 | 0.38 | 0.52 |
| Hex | 86 | B3 | 54 | 19 | 0 | 35 | 1E | 58 | 26 | 34 |
| Octal | 206 | 263 | 124 | 31 | 0 | 65 | 36 | 130 | 46 | 64 |
| Binary | 10000110 | 10110011 | 1010100 | 11001 | 0 | 110101 | 11110 | 1011000 | 100110 | 110100 |
Color Harmonies of #86B354
Complementary color
Monochromatic Colors of #86B354
Black with #86B354
Text Example
Text Example
White with #86B354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B354; }
p { color: rgb(134,179,84); }
H1.HeaderClassName
{
color: #86B354;
}
.AnyTagClassName
{
color: #86B354;
}
</style>
background-color css
<style>
a { background-color: #86B354; }
a { background-color: rgb(134,179,84); }
div.DivClassName
{
background-color: #86B354;
}
.BgClassName
{
background-color: #86B354;
}
</style>
border-color css
<style>
span { border-color: #86B354; }
span { border-color: rgb(134,179,84); }
td.TdClassName
{
border-color: #86B354;
}
.TagClassName
{
border-color: #86B354;
}
</style>