Shades of Chelsea Cucumber #8BBB57
Tints of Chelsea Cucumber #8BBB57
RGB
CMYK
RGB Variations
Color information
#8BBB57 (or 0x8BBB57) is known color: Chelsea Cucumber. HEX triplet: 8B, BB and 57. RGB value is (139,187,87). Sum of RGB (Red+Green+Blue) = 139+187+87=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBB57 is #7444A8. Grayscale: #A1A1A1. Windows color (decimal): -7619753 or 5749643. OLE color: 5749643.
HSL color Cylindrical-coordinate representation of color #8BBB57: hue angle of 88.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BBB57 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 87 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.27 |
| HSL | 88.8º | 0.42% | 0.54% | - |
| HSV(B) | 88.8º | 0.53% | 0.73% | - |
| XYZ | 30.14 | 41.72 | 15.48 | - |
| YUV | 161.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 87 | 0.26 | 0 | 0.53 | 0.27 | 88.8 | 0.42 | 0.54 |
| Hex | 8B | BB | 57 | 1A | 0 | 35 | 1B | 59 | 2A | 36 |
| Octal | 213 | 273 | 127 | 32 | 0 | 65 | 33 | 131 | 52 | 66 |
| Binary | 10001011 | 10111011 | 1010111 | 11010 | 0 | 110101 | 11011 | 1011001 | 101010 | 110110 |
Color Harmonies of #8BBB57
Complementary color
Monochromatic Colors of #8BBB57
Black with #8BBB57
Text Example
Text Example
White with #8BBB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB57; }
p { color: rgb(139,187,87); }
H1.HeaderClassName
{
color: #8BBB57;
}
.AnyTagClassName
{
color: #8BBB57;
}
</style>
background-color css
<style>
a { background-color: #8BBB57; }
a { background-color: rgb(139,187,87); }
div.DivClassName
{
background-color: #8BBB57;
}
.BgClassName
{
background-color: #8BBB57;
}
</style>
border-color css
<style>
span { border-color: #8BBB57; }
span { border-color: rgb(139,187,87); }
td.TdClassName
{
border-color: #8BBB57;
}
.TagClassName
{
border-color: #8BBB57;
}
</style>