Shades of Chelsea Cucumber #86B459
Tints of Chelsea Cucumber #86B459
RGB
CMYK
RGB Variations
Color information
#86B459 (or 0x86B459) is known color: Chelsea Cucumber. HEX triplet: 86, B4 and 59. RGB value is (134,180,89). Sum of RGB (Red+Green+Blue) = 134+180+89=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #86B459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B459 is #794BA6. Grayscale: #9C9C9C. Windows color (decimal): -7949223 or 5878918. OLE color: 5878918.
HSL color Cylindrical-coordinate representation of color #86B459: hue angle of 90.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86B459 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 89 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.29 |
| HSL | 90.33º | 0.38% | 0.53% | - |
| HSV(B) | 90.33º | 0.51% | 0.71% | - |
| XYZ | 27.96 | 38.43 | 15.4 | - |
| YUV | 155.87 | 90.26 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 89 | 0.26 | 0 | 0.51 | 0.29 | 90.33 | 0.38 | 0.53 |
| Hex | 86 | B4 | 59 | 1A | 0 | 33 | 1D | 5A | 26 | 35 |
| Octal | 206 | 264 | 131 | 32 | 0 | 63 | 35 | 132 | 46 | 65 |
| Binary | 10000110 | 10110100 | 1011001 | 11010 | 0 | 110011 | 11101 | 1011010 | 100110 | 110101 |
Color Harmonies of #86B459
Complementary color
Monochromatic Colors of #86B459
Black with #86B459
Text Example
Text Example
White with #86B459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B459; }
p { color: rgb(134,180,89); }
H1.HeaderClassName
{
color: #86B459;
}
.AnyTagClassName
{
color: #86B459;
}
</style>
background-color css
<style>
a { background-color: #86B459; }
a { background-color: rgb(134,180,89); }
div.DivClassName
{
background-color: #86B459;
}
.BgClassName
{
background-color: #86B459;
}
</style>
border-color css
<style>
span { border-color: #86B459; }
span { border-color: rgb(134,180,89); }
td.TdClassName
{
border-color: #86B459;
}
.TagClassName
{
border-color: #86B459;
}
</style>