Shades of Chelsea Cucumber #86955C
Tints of Chelsea Cucumber #86955C
RGB
CMYK
RGB Variations
Color information
#86955C (or 0x86955C) is known color: Chelsea Cucumber. HEX triplet: 86, 95 and 5C. RGB value is (134,149,92). Sum of RGB (Red+Green+Blue) = 134+149+92=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #86955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86955C is #796AA3. Grayscale: #8A8A8A. Windows color (decimal): -7957156 or 6067590. OLE color: 6067590.
HSL color Cylindrical-coordinate representation of color #86955C: hue angle of 75.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86955C is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 149 | 92 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.42 |
| HSL | 75.79º | 0.24% | 0.47% | - |
| HSV(B) | 75.79º | 0.38% | 0.58% | - |
| XYZ | 22.51 | 27.34 | 14.22 | - |
| YUV | 138.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 149 | 92 | 0.10 | 0 | 0.38 | 0.42 | 75.79 | 0.24 | 0.47 |
| Hex | 86 | 95 | 5C | A | 0 | 26 | 2A | 4C | 18 | 2F |
| Octal | 206 | 225 | 134 | 12 | 0 | 46 | 52 | 114 | 30 | 57 |
| Binary | 10000110 | 10010101 | 1011100 | 1010 | 0 | 100110 | 101010 | 1001100 | 11000 | 101111 |
Color Harmonies of #86955C
Complementary color
Monochromatic Colors of #86955C
Black with #86955C
Text Example
Text Example
White with #86955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86955C; }
p { color: rgb(134,149,92); }
H1.HeaderClassName
{
color: #86955C;
}
.AnyTagClassName
{
color: #86955C;
}
</style>
background-color css
<style>
a { background-color: #86955C; }
a { background-color: rgb(134,149,92); }
div.DivClassName
{
background-color: #86955C;
}
.BgClassName
{
background-color: #86955C;
}
</style>
border-color css
<style>
span { border-color: #86955C; }
span { border-color: rgb(134,149,92); }
td.TdClassName
{
border-color: #86955C;
}
.TagClassName
{
border-color: #86955C;
}
</style>