Shades of Chelsea Cucumber #86A54F
Tints of Chelsea Cucumber #86A54F
RGB
CMYK
RGB Variations
Color information
#86A54F (or 0x86A54F) is known color: Chelsea Cucumber. HEX triplet: 86, A5 and 4F. RGB value is (134,165,79). Sum of RGB (Red+Green+Blue) = 134+165+79=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #86A54F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A54F is #795AB0. Grayscale: #929292. Windows color (decimal): -7953073 or 5219718. OLE color: 5219718.
HSL color Cylindrical-coordinate representation of color #86A54F: hue angle of 81.63º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86A54F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 165 | 79 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.35 |
| HSL | 81.63º | 0.35% | 0.48% | - |
| HSV(B) | 81.63º | 0.52% | 0.65% | - |
| XYZ | 24.7 | 32.54 | 12.38 | - |
| YUV | 145.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 79 | 0.19 | 0 | 0.52 | 0.35 | 81.63 | 0.35 | 0.48 |
| Hex | 86 | A5 | 4F | 13 | 0 | 34 | 23 | 52 | 23 | 30 |
| Octal | 206 | 245 | 117 | 23 | 0 | 64 | 43 | 122 | 43 | 60 |
| Binary | 10000110 | 10100101 | 1001111 | 10011 | 0 | 110100 | 100011 | 1010010 | 100011 | 110000 |
Color Harmonies of #86A54F
Complementary color
Monochromatic Colors of #86A54F
Black with #86A54F
Text Example
Text Example
White with #86A54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A54F; }
p { color: rgb(134,165,79); }
H1.HeaderClassName
{
color: #86A54F;
}
.AnyTagClassName
{
color: #86A54F;
}
</style>
background-color css
<style>
a { background-color: #86A54F; }
a { background-color: rgb(134,165,79); }
div.DivClassName
{
background-color: #86A54F;
}
.BgClassName
{
background-color: #86A54F;
}
</style>
border-color css
<style>
span { border-color: #86A54F; }
span { border-color: rgb(134,165,79); }
td.TdClassName
{
border-color: #86A54F;
}
.TagClassName
{
border-color: #86A54F;
}
</style>