Shades of Chelsea Cucumber #8BBA57
Tints of Chelsea Cucumber #8BBA57
RGB
CMYK
RGB Variations
Color information
#8BBA57 (or 0x8BBA57) is known color: Chelsea Cucumber. HEX triplet: 8B, BA and 57. RGB value is (139,186,87). Sum of RGB (Red+Green+Blue) = 139+186+87=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA57 is #7445A8. Grayscale: #A1A1A1. Windows color (decimal): -7620009 or 5749387. OLE color: 5749387.
HSL color Cylindrical-coordinate representation of color #8BBA57: hue angle of 88.48º 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 #8BBA57 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 87 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.27 |
| HSL | 88.48º | 0.42% | 0.54% | - |
| HSV(B) | 88.48º | 0.53% | 0.73% | - |
| XYZ | 29.93 | 41.29 | 15.41 | - |
| YUV | 160.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 87 | 0.25 | 0 | 0.53 | 0.27 | 88.48 | 0.42 | 0.54 |
| Hex | 8B | BA | 57 | 19 | 0 | 35 | 1B | 58 | 2A | 36 |
| Octal | 213 | 272 | 127 | 31 | 0 | 65 | 33 | 130 | 52 | 66 |
| Binary | 10001011 | 10111010 | 1010111 | 11001 | 0 | 110101 | 11011 | 1011000 | 101010 | 110110 |
Color Harmonies of #8BBA57
Complementary color
Monochromatic Colors of #8BBA57
Black with #8BBA57
Text Example
Text Example
White with #8BBA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA57; }
p { color: rgb(139,186,87); }
H1.HeaderClassName
{
color: #8BBA57;
}
.AnyTagClassName
{
color: #8BBA57;
}
</style>
background-color css
<style>
a { background-color: #8BBA57; }
a { background-color: rgb(139,186,87); }
div.DivClassName
{
background-color: #8BBA57;
}
.BgClassName
{
background-color: #8BBA57;
}
</style>
border-color css
<style>
span { border-color: #8BBA57; }
span { border-color: rgb(139,186,87); }
td.TdClassName
{
border-color: #8BBA57;
}
.TagClassName
{
border-color: #8BBA57;
}
</style>