Shades of Chelsea Cucumber #86A55B
Tints of Chelsea Cucumber #86A55B
RGB
CMYK
RGB Variations
Color information
#86A55B (or 0x86A55B) is known color: Chelsea Cucumber. HEX triplet: 86, A5 and 5B. RGB value is (134,165,91). Sum of RGB (Red+Green+Blue) = 134+165+91=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #86A55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A55B is #795AA4. Grayscale: #939393. Windows color (decimal): -7953061 or 6006150. OLE color: 6006150.
HSL color Cylindrical-coordinate representation of color #86A55B: hue angle of 85.14º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86A55B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 165 | 91 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.35 |
| HSL | 85.14º | 0.29% | 0.5% | - |
| HSV(B) | 85.14º | 0.45% | 0.65% | - |
| XYZ | 25.17 | 32.73 | 14.89 | - |
| YUV | 147.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 91 | 0.19 | 0 | 0.45 | 0.35 | 85.14 | 0.29 | 0.5 |
| Hex | 86 | A5 | 5B | 13 | 0 | 2D | 23 | 55 | 1D | 32 |
| Octal | 206 | 245 | 133 | 23 | 0 | 55 | 43 | 125 | 35 | 62 |
| Binary | 10000110 | 10100101 | 1011011 | 10011 | 0 | 101101 | 100011 | 1010101 | 11101 | 110010 |
Color Harmonies of #86A55B
Complementary color
Monochromatic Colors of #86A55B
Black with #86A55B
Text Example
Text Example
White with #86A55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A55B; }
p { color: rgb(134,165,91); }
H1.HeaderClassName
{
color: #86A55B;
}
.AnyTagClassName
{
color: #86A55B;
}
</style>
background-color css
<style>
a { background-color: #86A55B; }
a { background-color: rgb(134,165,91); }
div.DivClassName
{
background-color: #86A55B;
}
.BgClassName
{
background-color: #86A55B;
}
</style>
border-color css
<style>
span { border-color: #86A55B; }
span { border-color: rgb(134,165,91); }
td.TdClassName
{
border-color: #86A55B;
}
.TagClassName
{
border-color: #86A55B;
}
</style>