Shades of Chelsea Cucumber #8CBA46
Tints of Chelsea Cucumber #8CBA46
RGB
CMYK
RGB Variations
Color information
#8CBA46 (or 0x8CBA46) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 46. RGB value is (140,186,70). Sum of RGB (Red+Green+Blue) = 140+186+70=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA46 is #7345B9. Grayscale: #9F9F9F. Windows color (decimal): -7554490 or 4635276. OLE color: 4635276.
HSL color Cylindrical-coordinate representation of color #8CBA46: hue angle of 83.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CBA46 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 70 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.27 |
| HSL | 83.79º | 0.46% | 0.5% | - |
| HSV(B) | 83.79º | 0.62% | 0.73% | - |
| XYZ | 29.48 | 41.14 | 12.18 | - |
| YUV | 159.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 70 | 0.25 | 0 | 0.62 | 0.27 | 83.79 | 0.46 | 0.5 |
| Hex | 8C | BA | 46 | 19 | 0 | 3E | 1B | 54 | 2E | 32 |
| Octal | 214 | 272 | 106 | 31 | 0 | 76 | 33 | 124 | 56 | 62 |
| Binary | 10001100 | 10111010 | 1000110 | 11001 | 0 | 111110 | 11011 | 1010100 | 101110 | 110010 |
Color Harmonies of #8CBA46
Complementary color
Monochromatic Colors of #8CBA46
Black with #8CBA46
Text Example
Text Example
White with #8CBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA46; }
p { color: rgb(140,186,70); }
H1.HeaderClassName
{
color: #8CBA46;
}
.AnyTagClassName
{
color: #8CBA46;
}
</style>
background-color css
<style>
a { background-color: #8CBA46; }
a { background-color: rgb(140,186,70); }
div.DivClassName
{
background-color: #8CBA46;
}
.BgClassName
{
background-color: #8CBA46;
}
</style>
border-color css
<style>
span { border-color: #8CBA46; }
span { border-color: rgb(140,186,70); }
td.TdClassName
{
border-color: #8CBA46;
}
.TagClassName
{
border-color: #8CBA46;
}
</style>