Shades of Chelsea Cucumber #86A85C
Tints of Chelsea Cucumber #86A85C
RGB
CMYK
RGB Variations
Color information
#86A85C (or 0x86A85C) is known color: Chelsea Cucumber. HEX triplet: 86, A8 and 5C. RGB value is (134,168,92). Sum of RGB (Red+Green+Blue) = 134+168+92=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 168 - color contains mainly: green. Hex color #86A85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A85C is #7957A3. Grayscale: #959595. Windows color (decimal): -7952292 or 6072454. OLE color: 6072454.
HSL color Cylindrical-coordinate representation of color #86A85C: hue angle of 86.84º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86A85C is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 168 | 92 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.34 |
| HSL | 86.84º | 0.3% | 0.51% | - |
| HSV(B) | 86.84º | 0.45% | 0.66% | - |
| XYZ | 25.77 | 33.85 | 15.3 | - |
| YUV | 149.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 92 | 0.20 | 0 | 0.45 | 0.34 | 86.84 | 0.3 | 0.51 |
| Hex | 86 | A8 | 5C | 14 | 0 | 2D | 22 | 57 | 1E | 33 |
| Octal | 206 | 250 | 134 | 24 | 0 | 55 | 42 | 127 | 36 | 63 |
| Binary | 10000110 | 10101000 | 1011100 | 10100 | 0 | 101101 | 100010 | 1010111 | 11110 | 110011 |
Color Harmonies of #86A85C
Complementary color
Monochromatic Colors of #86A85C
Black with #86A85C
Text Example
Text Example
White with #86A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A85C; }
p { color: rgb(134,168,92); }
H1.HeaderClassName
{
color: #86A85C;
}
.AnyTagClassName
{
color: #86A85C;
}
</style>
background-color css
<style>
a { background-color: #86A85C; }
a { background-color: rgb(134,168,92); }
div.DivClassName
{
background-color: #86A85C;
}
.BgClassName
{
background-color: #86A85C;
}
</style>
border-color css
<style>
span { border-color: #86A85C; }
span { border-color: rgb(134,168,92); }
td.TdClassName
{
border-color: #86A85C;
}
.TagClassName
{
border-color: #86A85C;
}
</style>