Shades of Chelsea Cucumber #86AF55
Tints of Chelsea Cucumber #86AF55
RGB
CMYK
RGB Variations
Color information
#86AF55 (or 0x86AF55) is known color: Chelsea Cucumber. HEX triplet: 86, AF and 55. RGB value is (134,175,85). Sum of RGB (Red+Green+Blue) = 134+175+85=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF55 is #7950AA. Grayscale: #989898. Windows color (decimal): -7950507 or 5615494. OLE color: 5615494.
HSL color Cylindrical-coordinate representation of color #86AF55: hue angle of 87.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86AF55 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 85 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.31 |
| HSL | 87.33º | 0.36% | 0.51% | - |
| HSV(B) | 87.33º | 0.51% | 0.69% | - |
| XYZ | 26.8 | 36.38 | 14.2 | - |
| YUV | 152.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 85 | 0.23 | 0 | 0.51 | 0.31 | 87.33 | 0.36 | 0.51 |
| Hex | 86 | AF | 55 | 17 | 0 | 33 | 1F | 57 | 24 | 33 |
| Octal | 206 | 257 | 125 | 27 | 0 | 63 | 37 | 127 | 44 | 63 |
| Binary | 10000110 | 10101111 | 1010101 | 10111 | 0 | 110011 | 11111 | 1010111 | 100100 | 110011 |
Color Harmonies of #86AF55
Complementary color
Monochromatic Colors of #86AF55
Black with #86AF55
Text Example
Text Example
White with #86AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF55; }
p { color: rgb(134,175,85); }
H1.HeaderClassName
{
color: #86AF55;
}
.AnyTagClassName
{
color: #86AF55;
}
</style>
background-color css
<style>
a { background-color: #86AF55; }
a { background-color: rgb(134,175,85); }
div.DivClassName
{
background-color: #86AF55;
}
.BgClassName
{
background-color: #86AF55;
}
</style>
border-color css
<style>
span { border-color: #86AF55; }
span { border-color: rgb(134,175,85); }
td.TdClassName
{
border-color: #86AF55;
}
.TagClassName
{
border-color: #86AF55;
}
</style>