Shades of Chelsea Cucumber #86985C
Tints of Chelsea Cucumber #86985C
RGB
CMYK
RGB Variations
Color information
#86985C (or 0x86985C) is known color: Chelsea Cucumber. HEX triplet: 86, 98 and 5C. RGB value is (134,152,92). Sum of RGB (Red+Green+Blue) = 134+152+92=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #86985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86985C is #7967A3. Grayscale: #8C8C8C. Windows color (decimal): -7956388 or 6068358. OLE color: 6068358.
HSL color Cylindrical-coordinate representation of color #86985C: hue angle of 78º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86985C is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 92 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.40 |
| HSL | 78º | 0.25% | 0.48% | - |
| HSV(B) | 78º | 0.39% | 0.6% | - |
| XYZ | 22.99 | 28.3 | 14.38 | - |
| YUV | 139.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 92 | 0.12 | 0 | 0.39 | 0.40 | 78 | 0.25 | 0.48 |
| Hex | 86 | 98 | 5C | C | 0 | 27 | 28 | 4E | 19 | 30 |
| Octal | 206 | 230 | 134 | 14 | 0 | 47 | 50 | 116 | 31 | 60 |
| Binary | 10000110 | 10011000 | 1011100 | 1100 | 0 | 100111 | 101000 | 1001110 | 11001 | 110000 |
Color Harmonies of #86985C
Complementary color
Monochromatic Colors of #86985C
Black with #86985C
Text Example
Text Example
White with #86985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86985C; }
p { color: rgb(134,152,92); }
H1.HeaderClassName
{
color: #86985C;
}
.AnyTagClassName
{
color: #86985C;
}
</style>
background-color css
<style>
a { background-color: #86985C; }
a { background-color: rgb(134,152,92); }
div.DivClassName
{
background-color: #86985C;
}
.BgClassName
{
background-color: #86985C;
}
</style>
border-color css
<style>
span { border-color: #86985C; }
span { border-color: rgb(134,152,92); }
td.TdClassName
{
border-color: #86985C;
}
.TagClassName
{
border-color: #86985C;
}
</style>