Shades of Chelsea Cucumber #86B25B
Tints of Chelsea Cucumber #86B25B
RGB
CMYK
RGB Variations
Color information
#86B25B (or 0x86B25B) is known color: Chelsea Cucumber. HEX triplet: 86, B2 and 5B. RGB value is (134,178,91). Sum of RGB (Red+Green+Blue) = 134+178+91=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #86B25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B25B is #794DA4. Grayscale: #9B9B9B. Windows color (decimal): -7949733 or 6009478. OLE color: 6009478.
HSL color Cylindrical-coordinate representation of color #86B25B: hue angle of 90.34º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86B25B is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 91 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.30 |
| HSL | 90.34º | 0.36% | 0.53% | - |
| HSV(B) | 90.34º | 0.49% | 0.7% | - |
| XYZ | 27.64 | 37.66 | 15.71 | - |
| YUV | 154.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 91 | 0.25 | 0 | 0.49 | 0.30 | 90.34 | 0.36 | 0.53 |
| Hex | 86 | B2 | 5B | 19 | 0 | 31 | 1E | 5A | 24 | 35 |
| Octal | 206 | 262 | 133 | 31 | 0 | 61 | 36 | 132 | 44 | 65 |
| Binary | 10000110 | 10110010 | 1011011 | 11001 | 0 | 110001 | 11110 | 1011010 | 100100 | 110101 |
Color Harmonies of #86B25B
Complementary color
Monochromatic Colors of #86B25B
Black with #86B25B
Text Example
Text Example
White with #86B25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B25B; }
p { color: rgb(134,178,91); }
H1.HeaderClassName
{
color: #86B25B;
}
.AnyTagClassName
{
color: #86B25B;
}
</style>
background-color css
<style>
a { background-color: #86B25B; }
a { background-color: rgb(134,178,91); }
div.DivClassName
{
background-color: #86B25B;
}
.BgClassName
{
background-color: #86B25B;
}
</style>
border-color css
<style>
span { border-color: #86B25B; }
span { border-color: rgb(134,178,91); }
td.TdClassName
{
border-color: #86B25B;
}
.TagClassName
{
border-color: #86B25B;
}
</style>