Shades of Chelsea Cucumber #8CBA55
Tints of Chelsea Cucumber #8CBA55
RGB
CMYK
RGB Variations
Color information
#8CBA55 (or 0x8CBA55) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 55. RGB value is (140,186,85). Sum of RGB (Red+Green+Blue) = 140+186+85=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA55 is #7345AA. Grayscale: #A1A1A1. Windows color (decimal): -7554475 or 5618316. OLE color: 5618316.
HSL color Cylindrical-coordinate representation of color #8CBA55: hue angle of 87.33º 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 #8CBA55 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 85 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.27 |
| HSL | 87.33º | 0.42% | 0.53% | - |
| HSV(B) | 87.33º | 0.54% | 0.73% | - |
| XYZ | 30.01 | 41.35 | 14.99 | - |
| YUV | 160.73 | 85.26 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 85 | 0.25 | 0 | 0.54 | 0.27 | 87.33 | 0.42 | 0.53 |
| Hex | 8C | BA | 55 | 19 | 0 | 36 | 1B | 57 | 2A | 35 |
| Octal | 214 | 272 | 125 | 31 | 0 | 66 | 33 | 127 | 52 | 65 |
| Binary | 10001100 | 10111010 | 1010101 | 11001 | 0 | 110110 | 11011 | 1010111 | 101010 | 110101 |
Color Harmonies of #8CBA55
Complementary color
Monochromatic Colors of #8CBA55
Black with #8CBA55
Text Example
Text Example
White with #8CBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA55; }
p { color: rgb(140,186,85); }
H1.HeaderClassName
{
color: #8CBA55;
}
.AnyTagClassName
{
color: #8CBA55;
}
</style>
background-color css
<style>
a { background-color: #8CBA55; }
a { background-color: rgb(140,186,85); }
div.DivClassName
{
background-color: #8CBA55;
}
.BgClassName
{
background-color: #8CBA55;
}
</style>
border-color css
<style>
span { border-color: #8CBA55; }
span { border-color: rgb(140,186,85); }
td.TdClassName
{
border-color: #8CBA55;
}
.TagClassName
{
border-color: #8CBA55;
}
</style>