Shades of Chelsea Cucumber #8BBA5C
Tints of Chelsea Cucumber #8BBA5C
RGB
CMYK
RGB Variations
Color information
#8BBA5C (or 0x8BBA5C) is known color: Chelsea Cucumber. HEX triplet: 8B, BA and 5C. RGB value is (139,186,92). Sum of RGB (Red+Green+Blue) = 139+186+92=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA5C is #7445A3. Grayscale: #A1A1A1. Windows color (decimal): -7620004 or 6077067. OLE color: 6077067.
HSL color Cylindrical-coordinate representation of color #8BBA5C: hue angle of 90º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BBA5C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 92 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.27 |
| HSL | 90º | 0.41% | 0.55% | - |
| HSV(B) | 90º | 0.51% | 0.73% | - |
| XYZ | 30.14 | 41.38 | 16.52 | - |
| YUV | 161.23 | 88.93 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 92 | 0.25 | 0 | 0.51 | 0.27 | 90 | 0.41 | 0.55 |
| Hex | 8B | BA | 5C | 19 | 0 | 33 | 1B | 5A | 29 | 37 |
| Octal | 213 | 272 | 134 | 31 | 0 | 63 | 33 | 132 | 51 | 67 |
| Binary | 10001011 | 10111010 | 1011100 | 11001 | 0 | 110011 | 11011 | 1011010 | 101001 | 110111 |
Color Harmonies of #8BBA5C
Complementary color
Monochromatic Colors of #8BBA5C
Black with #8BBA5C
Text Example
Text Example
White with #8BBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA5C; }
p { color: rgb(139,186,92); }
H1.HeaderClassName
{
color: #8BBA5C;
}
.AnyTagClassName
{
color: #8BBA5C;
}
</style>
background-color css
<style>
a { background-color: #8BBA5C; }
a { background-color: rgb(139,186,92); }
div.DivClassName
{
background-color: #8BBA5C;
}
.BgClassName
{
background-color: #8BBA5C;
}
</style>
border-color css
<style>
span { border-color: #8BBA5C; }
span { border-color: rgb(139,186,92); }
td.TdClassName
{
border-color: #8BBA5C;
}
.TagClassName
{
border-color: #8BBA5C;
}
</style>