Shades of Chelsea Cucumber #8BBA56
Tints of Chelsea Cucumber #8BBA56
RGB
CMYK
RGB Variations
Color information
#8BBA56 (or 0x8BBA56) is known color: Chelsea Cucumber. HEX triplet: 8B, BA and 56. RGB value is (139,186,86). Sum of RGB (Red+Green+Blue) = 139+186+86=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA56 is #7445A9. Grayscale: #A0A0A0. Windows color (decimal): -7620010 or 5683851. OLE color: 5683851.
HSL color Cylindrical-coordinate representation of color #8BBA56: hue angle of 88.2º 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 #8BBA56 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 86 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.27 |
| HSL | 88.2º | 0.42% | 0.53% | - |
| HSV(B) | 88.2º | 0.54% | 0.73% | - |
| XYZ | 29.89 | 41.28 | 15.2 | - |
| YUV | 160.55 | 85.93 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 86 | 0.25 | 0 | 0.54 | 0.27 | 88.2 | 0.42 | 0.53 |
| Hex | 8B | BA | 56 | 19 | 0 | 36 | 1B | 58 | 2A | 35 |
| Octal | 213 | 272 | 126 | 31 | 0 | 66 | 33 | 130 | 52 | 65 |
| Binary | 10001011 | 10111010 | 1010110 | 11001 | 0 | 110110 | 11011 | 1011000 | 101010 | 110101 |
Color Harmonies of #8BBA56
Complementary color
Monochromatic Colors of #8BBA56
Black with #8BBA56
Text Example
Text Example
White with #8BBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA56; }
p { color: rgb(139,186,86); }
H1.HeaderClassName
{
color: #8BBA56;
}
.AnyTagClassName
{
color: #8BBA56;
}
</style>
background-color css
<style>
a { background-color: #8BBA56; }
a { background-color: rgb(139,186,86); }
div.DivClassName
{
background-color: #8BBA56;
}
.BgClassName
{
background-color: #8BBA56;
}
</style>
border-color css
<style>
span { border-color: #8BBA56; }
span { border-color: rgb(139,186,86); }
td.TdClassName
{
border-color: #8BBA56;
}
.TagClassName
{
border-color: #8BBA56;
}
</style>