Shades of Chelsea Cucumber #8CBA56
Tints of Chelsea Cucumber #8CBA56
RGB
CMYK
RGB Variations
Color information
#8CBA56 (or 0x8CBA56) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 56. RGB value is (140,186,86). Sum of RGB (Red+Green+Blue) = 140+186+86=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA56 is #7345A9. Grayscale: #A1A1A1. Windows color (decimal): -7554474 or 5683852. OLE color: 5683852.
HSL color Cylindrical-coordinate representation of color #8CBA56: hue angle of 87.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CBA56 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 86 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.27 |
| HSL | 87.6º | 0.42% | 0.53% | - |
| HSV(B) | 87.6º | 0.54% | 0.73% | - |
| XYZ | 30.05 | 41.37 | 15.2 | - |
| YUV | 160.85 | 85.76 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 86 | 0.25 | 0 | 0.54 | 0.27 | 87.6 | 0.42 | 0.53 |
| Hex | 8C | BA | 56 | 19 | 0 | 36 | 1B | 58 | 2A | 35 |
| Octal | 214 | 272 | 126 | 31 | 0 | 66 | 33 | 130 | 52 | 65 |
| Binary | 10001100 | 10111010 | 1010110 | 11001 | 0 | 110110 | 11011 | 1011000 | 101010 | 110101 |
Color Harmonies of #8CBA56
Complementary color
Monochromatic Colors of #8CBA56
Black with #8CBA56
Text Example
Text Example
White with #8CBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA56; }
p { color: rgb(140,186,86); }
H1.HeaderClassName
{
color: #8CBA56;
}
.AnyTagClassName
{
color: #8CBA56;
}
</style>
background-color css
<style>
a { background-color: #8CBA56; }
a { background-color: rgb(140,186,86); }
div.DivClassName
{
background-color: #8CBA56;
}
.BgClassName
{
background-color: #8CBA56;
}
</style>
border-color css
<style>
span { border-color: #8CBA56; }
span { border-color: rgb(140,186,86); }
td.TdClassName
{
border-color: #8CBA56;
}
.TagClassName
{
border-color: #8CBA56;
}
</style>