Shades of Chelsea Cucumber #8BBB54
Tints of Chelsea Cucumber #8BBB54
RGB
CMYK
RGB Variations
Color information
#8BBB54 (or 0x8BBB54) is known color: Chelsea Cucumber. HEX triplet: 8B, BB and 54. RGB value is (139,187,84). Sum of RGB (Red+Green+Blue) = 139+187+84=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBB54 is #7444AB. Grayscale: #A1A1A1. Windows color (decimal): -7619756 or 5553035. OLE color: 5553035.
HSL color Cylindrical-coordinate representation of color #8BBB54: hue angle of 87.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BBB54 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 84 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.27 |
| HSL | 87.96º | 0.43% | 0.53% | - |
| HSV(B) | 87.96º | 0.55% | 0.73% | - |
| XYZ | 30.02 | 41.67 | 14.85 | - |
| YUV | 160.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 84 | 0.26 | 0 | 0.55 | 0.27 | 87.96 | 0.43 | 0.53 |
| Hex | 8B | BB | 54 | 1A | 0 | 37 | 1B | 58 | 2B | 35 |
| Octal | 213 | 273 | 124 | 32 | 0 | 67 | 33 | 130 | 53 | 65 |
| Binary | 10001011 | 10111011 | 1010100 | 11010 | 0 | 110111 | 11011 | 1011000 | 101011 | 110101 |
Color Harmonies of #8BBB54
Complementary color
Monochromatic Colors of #8BBB54
Black with #8BBB54
Text Example
Text Example
White with #8BBB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB54; }
p { color: rgb(139,187,84); }
H1.HeaderClassName
{
color: #8BBB54;
}
.AnyTagClassName
{
color: #8BBB54;
}
</style>
background-color css
<style>
a { background-color: #8BBB54; }
a { background-color: rgb(139,187,84); }
div.DivClassName
{
background-color: #8BBB54;
}
.BgClassName
{
background-color: #8BBB54;
}
</style>
border-color css
<style>
span { border-color: #8BBB54; }
span { border-color: rgb(139,187,84); }
td.TdClassName
{
border-color: #8BBB54;
}
.TagClassName
{
border-color: #8BBB54;
}
</style>