Shades of Chelsea Cucumber #86B546
Tints of Chelsea Cucumber #86B546
RGB
CMYK
RGB Variations
Color information
#86B546 (or 0x86B546) is known color: Chelsea Cucumber. HEX triplet: 86, B5 and 46. RGB value is (134,181,70). Sum of RGB (Red+Green+Blue) = 134+181+70=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #86B546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B546 is #794AB9. Grayscale: #9A9A9A. Windows color (decimal): -7948986 or 4633990. OLE color: 4633990.
HSL color Cylindrical-coordinate representation of color #86B546: hue angle of 85.41º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86B546 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 70 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.29 |
| HSL | 85.41º | 0.44% | 0.49% | - |
| HSV(B) | 85.41º | 0.61% | 0.71% | - |
| XYZ | 27.46 | 38.56 | 11.79 | - |
| YUV | 154.29 | 80.43 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 70 | 0.26 | 0 | 0.61 | 0.29 | 85.41 | 0.44 | 0.49 |
| Hex | 86 | B5 | 46 | 1A | 0 | 3D | 1D | 55 | 2C | 31 |
| Octal | 206 | 265 | 106 | 32 | 0 | 75 | 35 | 125 | 54 | 61 |
| Binary | 10000110 | 10110101 | 1000110 | 11010 | 0 | 111101 | 11101 | 1010101 | 101100 | 110001 |
Color Harmonies of #86B546
Complementary color
Monochromatic Colors of #86B546
Black with #86B546
Text Example
Text Example
White with #86B546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B546; }
p { color: rgb(134,181,70); }
H1.HeaderClassName
{
color: #86B546;
}
.AnyTagClassName
{
color: #86B546;
}
</style>
background-color css
<style>
a { background-color: #86B546; }
a { background-color: rgb(134,181,70); }
div.DivClassName
{
background-color: #86B546;
}
.BgClassName
{
background-color: #86B546;
}
</style>
border-color css
<style>
span { border-color: #86B546; }
span { border-color: rgb(134,181,70); }
td.TdClassName
{
border-color: #86B546;
}
.TagClassName
{
border-color: #86B546;
}
</style>