Shades of Chelsea Cucumber #8BBA5D
Tints of Chelsea Cucumber #8BBA5D
RGB
CMYK
RGB Variations
Color information
#8BBA5D (or 0x8BBA5D) is known color: Chelsea Cucumber. HEX triplet: 8B, BA and 5D. RGB value is (139,186,93). Sum of RGB (Red+Green+Blue) = 139+186+93=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA5D is #7445A2. Grayscale: #A1A1A1. Windows color (decimal): -7620003 or 6142603. OLE color: 6142603.
HSL color Cylindrical-coordinate representation of color #8BBA5D: hue angle of 90.32º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BBA5D is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 93 | - |
| CMYK | 0.25 | 0 | 0.5 | 0.27 |
| HSL | 90.32º | 0.4% | 0.55% | - |
| HSV(B) | 90.32º | 0.5% | 0.73% | - |
| XYZ | 30.18 | 41.4 | 16.76 | - |
| YUV | 161.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 93 | 0.25 | 0 | 0.5 | 0.27 | 90.32 | 0.4 | 0.55 |
| Hex | 8B | BA | 5D | 19 | 0 | 32 | 1B | 5A | 28 | 37 |
| Octal | 213 | 272 | 135 | 31 | 0 | 62 | 33 | 132 | 50 | 67 |
| Binary | 10001011 | 10111010 | 1011101 | 11001 | 0 | 110010 | 11011 | 1011010 | 101000 | 110111 |
Color Harmonies of #8BBA5D
Complementary color
Monochromatic Colors of #8BBA5D
Black with #8BBA5D
Text Example
Text Example
White with #8BBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA5D; }
p { color: rgb(139,186,93); }
H1.HeaderClassName
{
color: #8BBA5D;
}
.AnyTagClassName
{
color: #8BBA5D;
}
</style>
background-color css
<style>
a { background-color: #8BBA5D; }
a { background-color: rgb(139,186,93); }
div.DivClassName
{
background-color: #8BBA5D;
}
.BgClassName
{
background-color: #8BBA5D;
}
</style>
border-color css
<style>
span { border-color: #8BBA5D; }
span { border-color: rgb(139,186,93); }
td.TdClassName
{
border-color: #8BBA5D;
}
.TagClassName
{
border-color: #8BBA5D;
}
</style>