Shades of Chelsea Cucumber #8CB55E
Tints of Chelsea Cucumber #8CB55E
RGB
CMYK
RGB Variations
Color information
#8CB55E (or 0x8CB55E) is known color: Chelsea Cucumber. HEX triplet: 8C, B5 and 5E. RGB value is (140,181,94). Sum of RGB (Red+Green+Blue) = 140+181+94=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB55E is #734AA1. Grayscale: #9F9F9F. Windows color (decimal): -7555746 or 6206860. OLE color: 6206860.
HSL color Cylindrical-coordinate representation of color #8CB55E: hue angle of 88.28º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CB55E is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 94 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.29 |
| HSL | 88.28º | 0.37% | 0.54% | - |
| HSV(B) | 88.28º | 0.48% | 0.71% | - |
| XYZ | 29.36 | 39.43 | 16.65 | - |
| YUV | 158.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 94 | 0.23 | 0 | 0.48 | 0.29 | 88.28 | 0.37 | 0.54 |
| Hex | 8C | B5 | 5E | 17 | 0 | 30 | 1D | 58 | 25 | 36 |
| Octal | 214 | 265 | 136 | 27 | 0 | 60 | 35 | 130 | 45 | 66 |
| Binary | 10001100 | 10110101 | 1011110 | 10111 | 0 | 110000 | 11101 | 1011000 | 100101 | 110110 |
Color Harmonies of #8CB55E
Complementary color
Monochromatic Colors of #8CB55E
Black with #8CB55E
Text Example
Text Example
White with #8CB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB55E; }
p { color: rgb(140,181,94); }
H1.HeaderClassName
{
color: #8CB55E;
}
.AnyTagClassName
{
color: #8CB55E;
}
</style>
background-color css
<style>
a { background-color: #8CB55E; }
a { background-color: rgb(140,181,94); }
div.DivClassName
{
background-color: #8CB55E;
}
.BgClassName
{
background-color: #8CB55E;
}
</style>
border-color css
<style>
span { border-color: #8CB55E; }
span { border-color: rgb(140,181,94); }
td.TdClassName
{
border-color: #8CB55E;
}
.TagClassName
{
border-color: #8CB55E;
}
</style>