Shades of Chelsea Cucumber #86B543
Tints of Chelsea Cucumber #86B543
RGB
CMYK
RGB Variations
Color information
#86B543 (or 0x86B543) is known color: Chelsea Cucumber. HEX triplet: 86, B5 and 43. RGB value is (134,181,67). Sum of RGB (Red+Green+Blue) = 134+181+67=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #86B543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B543 is #794ABC. Grayscale: #9A9A9A. Windows color (decimal): -7948989 or 4437382. OLE color: 4437382.
HSL color Cylindrical-coordinate representation of color #86B543: hue angle of 84.74º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86B543 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 67 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.29 |
| HSL | 84.74º | 0.46% | 0.49% | - |
| HSV(B) | 84.74º | 0.63% | 0.71% | - |
| XYZ | 27.37 | 38.52 | 11.3 | - |
| YUV | 153.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 67 | 0.26 | 0 | 0.63 | 0.29 | 84.74 | 0.46 | 0.49 |
| Hex | 86 | B5 | 43 | 1A | 0 | 3F | 1D | 55 | 2E | 31 |
| Octal | 206 | 265 | 103 | 32 | 0 | 77 | 35 | 125 | 56 | 61 |
| Binary | 10000110 | 10110101 | 1000011 | 11010 | 0 | 111111 | 11101 | 1010101 | 101110 | 110001 |
Color Harmonies of #86B543
Complementary color
Monochromatic Colors of #86B543
Black with #86B543
Text Example
Text Example
White with #86B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B543; }
p { color: rgb(134,181,67); }
H1.HeaderClassName
{
color: #86B543;
}
.AnyTagClassName
{
color: #86B543;
}
</style>
background-color css
<style>
a { background-color: #86B543; }
a { background-color: rgb(134,181,67); }
div.DivClassName
{
background-color: #86B543;
}
.BgClassName
{
background-color: #86B543;
}
</style>
border-color css
<style>
span { border-color: #86B543; }
span { border-color: rgb(134,181,67); }
td.TdClassName
{
border-color: #86B543;
}
.TagClassName
{
border-color: #86B543;
}
</style>