Shades of Chelsea Cucumber #86B654
Tints of Chelsea Cucumber #86B654
RGB
CMYK
RGB Variations
Color information
#86B654 (or 0x86B654) is known color: Chelsea Cucumber. HEX triplet: 86, B6 and 54. RGB value is (134,182,84). Sum of RGB (Red+Green+Blue) = 134+182+84=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #86B654 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B654 is #7949AB. Grayscale: #9C9C9C. Windows color (decimal): -7948716 or 5551750. OLE color: 5551750.
HSL color Cylindrical-coordinate representation of color #86B654: hue angle of 89.39º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86B654 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 84 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.29 |
| HSL | 89.39º | 0.4% | 0.52% | - |
| HSV(B) | 89.39º | 0.54% | 0.71% | - |
| XYZ | 28.16 | 39.16 | 14.46 | - |
| YUV | 156.48 | 87.1 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 84 | 0.26 | 0 | 0.54 | 0.29 | 89.39 | 0.4 | 0.52 |
| Hex | 86 | B6 | 54 | 1A | 0 | 36 | 1D | 59 | 28 | 34 |
| Octal | 206 | 266 | 124 | 32 | 0 | 66 | 35 | 131 | 50 | 64 |
| Binary | 10000110 | 10110110 | 1010100 | 11010 | 0 | 110110 | 11101 | 1011001 | 101000 | 110100 |
Color Harmonies of #86B654
Complementary color
Monochromatic Colors of #86B654
Black with #86B654
Text Example
Text Example
White with #86B654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B654; }
p { color: rgb(134,182,84); }
H1.HeaderClassName
{
color: #86B654;
}
.AnyTagClassName
{
color: #86B654;
}
</style>
background-color css
<style>
a { background-color: #86B654; }
a { background-color: rgb(134,182,84); }
div.DivClassName
{
background-color: #86B654;
}
.BgClassName
{
background-color: #86B654;
}
</style>
border-color css
<style>
span { border-color: #86B654; }
span { border-color: rgb(134,182,84); }
td.TdClassName
{
border-color: #86B654;
}
.TagClassName
{
border-color: #86B654;
}
</style>