Shades of Chelsea Cucumber #8CBA4F
Tints of Chelsea Cucumber #8CBA4F
RGB
CMYK
RGB Variations
Color information
#8CBA4F (or 0x8CBA4F) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 4F. RGB value is (140,186,79). Sum of RGB (Red+Green+Blue) = 140+186+79=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA4F is #7345B0. Grayscale: #A0A0A0. Windows color (decimal): -7554481 or 5225100. OLE color: 5225100.
HSL color Cylindrical-coordinate representation of color #8CBA4F: hue angle of 85.79º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CBA4F is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 79 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.27 |
| HSL | 85.79º | 0.44% | 0.52% | - |
| HSV(B) | 85.79º | 0.58% | 0.73% | - |
| XYZ | 29.79 | 41.26 | 13.79 | - |
| YUV | 160.05 | 82.26 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 79 | 0.25 | 0 | 0.58 | 0.27 | 85.79 | 0.44 | 0.52 |
| Hex | 8C | BA | 4F | 19 | 0 | 3A | 1B | 56 | 2C | 34 |
| Octal | 214 | 272 | 117 | 31 | 0 | 72 | 33 | 126 | 54 | 64 |
| Binary | 10001100 | 10111010 | 1001111 | 11001 | 0 | 111010 | 11011 | 1010110 | 101100 | 110100 |
Color Harmonies of #8CBA4F
Complementary color
Monochromatic Colors of #8CBA4F
Black with #8CBA4F
Text Example
Text Example
White with #8CBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA4F; }
p { color: rgb(140,186,79); }
H1.HeaderClassName
{
color: #8CBA4F;
}
.AnyTagClassName
{
color: #8CBA4F;
}
</style>
background-color css
<style>
a { background-color: #8CBA4F; }
a { background-color: rgb(140,186,79); }
div.DivClassName
{
background-color: #8CBA4F;
}
.BgClassName
{
background-color: #8CBA4F;
}
</style>
border-color css
<style>
span { border-color: #8CBA4F; }
span { border-color: rgb(140,186,79); }
td.TdClassName
{
border-color: #8CBA4F;
}
.TagClassName
{
border-color: #8CBA4F;
}
</style>