Shades of Chelsea Cucumber #8BBB4E
Tints of Chelsea Cucumber #8BBB4E
RGB
CMYK
RGB Variations
Color information
#8BBB4E (or 0x8BBB4E) is known color: Chelsea Cucumber. HEX triplet: 8B, BB and 4E. RGB value is (139,187,78). Sum of RGB (Red+Green+Blue) = 139+187+78=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBB4E is #7444B1. Grayscale: #A0A0A0. Windows color (decimal): -7619762 or 5159819. OLE color: 5159819.
HSL color Cylindrical-coordinate representation of color #8BBB4E: hue angle of 86.42º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BBB4E is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 78 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.27 |
| HSL | 86.42º | 0.44% | 0.52% | - |
| HSV(B) | 86.42º | 0.58% | 0.73% | - |
| XYZ | 29.79 | 41.58 | 13.66 | - |
| YUV | 160.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 78 | 0.26 | 0 | 0.58 | 0.27 | 86.42 | 0.44 | 0.52 |
| Hex | 8B | BB | 4E | 1A | 0 | 3A | 1B | 56 | 2C | 34 |
| Octal | 213 | 273 | 116 | 32 | 0 | 72 | 33 | 126 | 54 | 64 |
| Binary | 10001011 | 10111011 | 1001110 | 11010 | 0 | 111010 | 11011 | 1010110 | 101100 | 110100 |
Color Harmonies of #8BBB4E
Complementary color
Monochromatic Colors of #8BBB4E
Black with #8BBB4E
Text Example
Text Example
White with #8BBB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB4E; }
p { color: rgb(139,187,78); }
H1.HeaderClassName
{
color: #8BBB4E;
}
.AnyTagClassName
{
color: #8BBB4E;
}
</style>
background-color css
<style>
a { background-color: #8BBB4E; }
a { background-color: rgb(139,187,78); }
div.DivClassName
{
background-color: #8BBB4E;
}
.BgClassName
{
background-color: #8BBB4E;
}
</style>
border-color css
<style>
span { border-color: #8BBB4E; }
span { border-color: rgb(139,187,78); }
td.TdClassName
{
border-color: #8BBB4E;
}
.TagClassName
{
border-color: #8BBB4E;
}
</style>