Shades of Chelsea Cucumber #8CBA59
Tints of Chelsea Cucumber #8CBA59
RGB
CMYK
RGB Variations
Color information
#8CBA59 (or 0x8CBA59) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 59. RGB value is (140,186,89). Sum of RGB (Red+Green+Blue) = 140+186+89=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA59 is #7345A6. Grayscale: #A1A1A1. Windows color (decimal): -7554471 or 5880460. OLE color: 5880460.
HSL color Cylindrical-coordinate representation of color #8CBA59: hue angle of 88.45º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CBA59 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 89 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.27 |
| HSL | 88.45º | 0.41% | 0.54% | - |
| HSV(B) | 88.45º | 0.52% | 0.73% | - |
| XYZ | 30.18 | 41.41 | 15.85 | - |
| YUV | 161.19 | 87.26 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 89 | 0.25 | 0 | 0.52 | 0.27 | 88.45 | 0.41 | 0.54 |
| Hex | 8C | BA | 59 | 19 | 0 | 34 | 1B | 58 | 29 | 36 |
| Octal | 214 | 272 | 131 | 31 | 0 | 64 | 33 | 130 | 51 | 66 |
| Binary | 10001100 | 10111010 | 1011001 | 11001 | 0 | 110100 | 11011 | 1011000 | 101001 | 110110 |
Color Harmonies of #8CBA59
Complementary color
Monochromatic Colors of #8CBA59
Black with #8CBA59
Text Example
Text Example
White with #8CBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA59; }
p { color: rgb(140,186,89); }
H1.HeaderClassName
{
color: #8CBA59;
}
.AnyTagClassName
{
color: #8CBA59;
}
</style>
background-color css
<style>
a { background-color: #8CBA59; }
a { background-color: rgb(140,186,89); }
div.DivClassName
{
background-color: #8CBA59;
}
.BgClassName
{
background-color: #8CBA59;
}
</style>
border-color css
<style>
span { border-color: #8CBA59; }
span { border-color: rgb(140,186,89); }
td.TdClassName
{
border-color: #8CBA59;
}
.TagClassName
{
border-color: #8CBA59;
}
</style>