Shades of Chelsea Cucumber #8BBA5B
Tints of Chelsea Cucumber #8BBA5B
RGB
CMYK
RGB Variations
Color information
#8BBA5B (or 0x8BBA5B) is known color: Chelsea Cucumber. HEX triplet: 8B, BA and 5B. RGB value is (139,186,91). Sum of RGB (Red+Green+Blue) = 139+186+91=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA5B is #7445A4. Grayscale: #A1A1A1. Windows color (decimal): -7620005 or 6011531. OLE color: 6011531.
HSL color Cylindrical-coordinate representation of color #8BBA5B: hue angle of 89.68º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BBA5B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 91 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.27 |
| HSL | 89.68º | 0.41% | 0.54% | - |
| HSV(B) | 89.68º | 0.51% | 0.73% | - |
| XYZ | 30.09 | 41.36 | 16.3 | - |
| YUV | 161.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 91 | 0.25 | 0 | 0.51 | 0.27 | 89.68 | 0.41 | 0.54 |
| Hex | 8B | BA | 5B | 19 | 0 | 33 | 1B | 5A | 29 | 36 |
| Octal | 213 | 272 | 133 | 31 | 0 | 63 | 33 | 132 | 51 | 66 |
| Binary | 10001011 | 10111010 | 1011011 | 11001 | 0 | 110011 | 11011 | 1011010 | 101001 | 110110 |
Color Harmonies of #8BBA5B
Complementary color
Monochromatic Colors of #8BBA5B
Black with #8BBA5B
Text Example
Text Example
White with #8BBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA5B; }
p { color: rgb(139,186,91); }
H1.HeaderClassName
{
color: #8BBA5B;
}
.AnyTagClassName
{
color: #8BBA5B;
}
</style>
background-color css
<style>
a { background-color: #8BBA5B; }
a { background-color: rgb(139,186,91); }
div.DivClassName
{
background-color: #8BBA5B;
}
.BgClassName
{
background-color: #8BBA5B;
}
</style>
border-color css
<style>
span { border-color: #8BBA5B; }
span { border-color: rgb(139,186,91); }
td.TdClassName
{
border-color: #8BBA5B;
}
.TagClassName
{
border-color: #8BBA5B;
}
</style>