Shades of Chelsea Cucumber #86B64D
Tints of Chelsea Cucumber #86B64D
RGB
CMYK
RGB Variations
Color information
#86B64D (or 0x86B64D) is known color: Chelsea Cucumber. HEX triplet: 86, B6 and 4D. RGB value is (134,182,77). Sum of RGB (Red+Green+Blue) = 134+182+77=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #86B64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B64D is #7949B2. Grayscale: #9C9C9C. Windows color (decimal): -7948723 or 5092998. OLE color: 5092998.
HSL color Cylindrical-coordinate representation of color #86B64D: hue angle of 87.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86B64D is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 77 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.29 |
| HSL | 87.43º | 0.42% | 0.51% | - |
| HSV(B) | 87.43º | 0.58% | 0.71% | - |
| XYZ | 27.9 | 39.06 | 13.09 | - |
| YUV | 155.68 | 83.6 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 77 | 0.26 | 0 | 0.58 | 0.29 | 87.43 | 0.42 | 0.51 |
| Hex | 86 | B6 | 4D | 1A | 0 | 3A | 1D | 57 | 2A | 33 |
| Octal | 206 | 266 | 115 | 32 | 0 | 72 | 35 | 127 | 52 | 63 |
| Binary | 10000110 | 10110110 | 1001101 | 11010 | 0 | 111010 | 11101 | 1010111 | 101010 | 110011 |
Color Harmonies of #86B64D
Complementary color
Monochromatic Colors of #86B64D
Black with #86B64D
Text Example
Text Example
White with #86B64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B64D; }
p { color: rgb(134,182,77); }
H1.HeaderClassName
{
color: #86B64D;
}
.AnyTagClassName
{
color: #86B64D;
}
</style>
background-color css
<style>
a { background-color: #86B64D; }
a { background-color: rgb(134,182,77); }
div.DivClassName
{
background-color: #86B64D;
}
.BgClassName
{
background-color: #86B64D;
}
</style>
border-color css
<style>
span { border-color: #86B64D; }
span { border-color: rgb(134,182,77); }
td.TdClassName
{
border-color: #86B64D;
}
.TagClassName
{
border-color: #86B64D;
}
</style>