Shades of Chelsea Cucumber #86B74F
Tints of Chelsea Cucumber #86B74F
RGB
CMYK
RGB Variations
Color information
#86B74F (or 0x86B74F) is known color: Chelsea Cucumber. HEX triplet: 86, B7 and 4F. RGB value is (134,183,79). Sum of RGB (Red+Green+Blue) = 134+183+79=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #86B74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B74F is #7948B0. Grayscale: #9C9C9C. Windows color (decimal): -7948465 or 5224326. OLE color: 5224326.
HSL color Cylindrical-coordinate representation of color #86B74F: hue angle of 88.27º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86B74F is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 79 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.28 |
| HSL | 88.27º | 0.42% | 0.51% | - |
| HSV(B) | 88.27º | 0.57% | 0.72% | - |
| XYZ | 28.18 | 39.5 | 13.54 | - |
| YUV | 156.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 79 | 0.27 | 0 | 0.57 | 0.28 | 88.27 | 0.42 | 0.51 |
| Hex | 86 | B7 | 4F | 1B | 0 | 39 | 1C | 58 | 2A | 33 |
| Octal | 206 | 267 | 117 | 33 | 0 | 71 | 34 | 130 | 52 | 63 |
| Binary | 10000110 | 10110111 | 1001111 | 11011 | 0 | 111001 | 11100 | 1011000 | 101010 | 110011 |
Color Harmonies of #86B74F
Complementary color
Monochromatic Colors of #86B74F
Black with #86B74F
Text Example
Text Example
White with #86B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B74F; }
p { color: rgb(134,183,79); }
H1.HeaderClassName
{
color: #86B74F;
}
.AnyTagClassName
{
color: #86B74F;
}
</style>
background-color css
<style>
a { background-color: #86B74F; }
a { background-color: rgb(134,183,79); }
div.DivClassName
{
background-color: #86B74F;
}
.BgClassName
{
background-color: #86B74F;
}
</style>
border-color css
<style>
span { border-color: #86B74F; }
span { border-color: rgb(134,183,79); }
td.TdClassName
{
border-color: #86B74F;
}
.TagClassName
{
border-color: #86B74F;
}
</style>