Shades of Chelsea Cucumber #86965D
Tints of Chelsea Cucumber #86965D
RGB
CMYK
RGB Variations
Color information
#86965D (or 0x86965D) is known color: Chelsea Cucumber. HEX triplet: 86, 96 and 5D. RGB value is (134,150,93). Sum of RGB (Red+Green+Blue) = 134+150+93=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #86965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86965D is #7969A2. Grayscale: #8A8A8A. Windows color (decimal): -7956899 or 6133382. OLE color: 6133382.
HSL color Cylindrical-coordinate representation of color #86965D: hue angle of 76.84º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86965D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 150 | 93 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.41 |
| HSL | 76.84º | 0.23% | 0.48% | - |
| HSV(B) | 76.84º | 0.38% | 0.59% | - |
| XYZ | 22.71 | 27.67 | 14.5 | - |
| YUV | 138.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 93 | 0.11 | 0 | 0.38 | 0.41 | 76.84 | 0.23 | 0.48 |
| Hex | 86 | 96 | 5D | B | 0 | 26 | 29 | 4D | 17 | 30 |
| Octal | 206 | 226 | 135 | 13 | 0 | 46 | 51 | 115 | 27 | 60 |
| Binary | 10000110 | 10010110 | 1011101 | 1011 | 0 | 100110 | 101001 | 1001101 | 10111 | 110000 |
Color Harmonies of #86965D
Complementary color
Monochromatic Colors of #86965D
Black with #86965D
Text Example
Text Example
White with #86965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86965D; }
p { color: rgb(134,150,93); }
H1.HeaderClassName
{
color: #86965D;
}
.AnyTagClassName
{
color: #86965D;
}
</style>
background-color css
<style>
a { background-color: #86965D; }
a { background-color: rgb(134,150,93); }
div.DivClassName
{
background-color: #86965D;
}
.BgClassName
{
background-color: #86965D;
}
</style>
border-color css
<style>
span { border-color: #86965D; }
span { border-color: rgb(134,150,93); }
td.TdClassName
{
border-color: #86965D;
}
.TagClassName
{
border-color: #86965D;
}
</style>