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