Shades of Chelsea Cucumber #86B24F
Tints of Chelsea Cucumber #86B24F
RGB
CMYK
RGB Variations
Color information
#86B24F (or 0x86B24F) is known color: Chelsea Cucumber. HEX triplet: 86, B2 and 4F. RGB value is (134,178,79). Sum of RGB (Red+Green+Blue) = 134+178+79=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #86B24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B24F is #794DB0. Grayscale: #999999. Windows color (decimal): -7949745 or 5223046. OLE color: 5223046.
HSL color Cylindrical-coordinate representation of color #86B24F: hue angle of 86.67º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86B24F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 79 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.30 |
| HSL | 86.67º | 0.39% | 0.5% | - |
| HSV(B) | 86.67º | 0.56% | 0.7% | - |
| XYZ | 27.16 | 37.47 | 13.2 | - |
| YUV | 153.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 79 | 0.25 | 0 | 0.56 | 0.30 | 86.67 | 0.39 | 0.5 |
| Hex | 86 | B2 | 4F | 19 | 0 | 38 | 1E | 57 | 27 | 32 |
| Octal | 206 | 262 | 117 | 31 | 0 | 70 | 36 | 127 | 47 | 62 |
| Binary | 10000110 | 10110010 | 1001111 | 11001 | 0 | 111000 | 11110 | 1010111 | 100111 | 110010 |
Color Harmonies of #86B24F
Complementary color
Monochromatic Colors of #86B24F
Black with #86B24F
Text Example
Text Example
White with #86B24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B24F; }
p { color: rgb(134,178,79); }
H1.HeaderClassName
{
color: #86B24F;
}
.AnyTagClassName
{
color: #86B24F;
}
</style>
background-color css
<style>
a { background-color: #86B24F; }
a { background-color: rgb(134,178,79); }
div.DivClassName
{
background-color: #86B24F;
}
.BgClassName
{
background-color: #86B24F;
}
</style>
border-color css
<style>
span { border-color: #86B24F; }
span { border-color: rgb(134,178,79); }
td.TdClassName
{
border-color: #86B24F;
}
.TagClassName
{
border-color: #86B24F;
}
</style>