Shades of Chelsea Cucumber #86985E
Tints of Chelsea Cucumber #86985E
RGB
CMYK
RGB Variations
Color information
#86985E (or 0x86985E) is known color: Chelsea Cucumber. HEX triplet: 86, 98 and 5E. RGB value is (134,152,94). Sum of RGB (Red+Green+Blue) = 134+152+94=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #86985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86985E is #7967A1. Grayscale: #8C8C8C. Windows color (decimal): -7956386 or 6199430. OLE color: 6199430.
HSL color Cylindrical-coordinate representation of color #86985E: hue angle of 78.62º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86985E is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 94 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.40 |
| HSL | 78.62º | 0.24% | 0.48% | - |
| HSV(B) | 78.62º | 0.38% | 0.6% | - |
| XYZ | 23.08 | 28.33 | 14.84 | - |
| YUV | 140.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 94 | 0.12 | 0 | 0.38 | 0.40 | 78.62 | 0.24 | 0.48 |
| Hex | 86 | 98 | 5E | C | 0 | 26 | 28 | 4F | 18 | 30 |
| Octal | 206 | 230 | 136 | 14 | 0 | 46 | 50 | 117 | 30 | 60 |
| Binary | 10000110 | 10011000 | 1011110 | 1100 | 0 | 100110 | 101000 | 1001111 | 11000 | 110000 |
Color Harmonies of #86985E
Complementary color
Monochromatic Colors of #86985E
Black with #86985E
Text Example
Text Example
White with #86985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86985E; }
p { color: rgb(134,152,94); }
H1.HeaderClassName
{
color: #86985E;
}
.AnyTagClassName
{
color: #86985E;
}
</style>
background-color css
<style>
a { background-color: #86985E; }
a { background-color: rgb(134,152,94); }
div.DivClassName
{
background-color: #86985E;
}
.BgClassName
{
background-color: #86985E;
}
</style>
border-color css
<style>
span { border-color: #86985E; }
span { border-color: rgb(134,152,94); }
td.TdClassName
{
border-color: #86985E;
}
.TagClassName
{
border-color: #86985E;
}
</style>