Shades of Chelsea Cucumber #8CB559
Tints of Chelsea Cucumber #8CB559
RGB
CMYK
RGB Variations
Color information
#8CB559 (or 0x8CB559) is known color: Chelsea Cucumber. HEX triplet: 8C, B5 and 59. RGB value is (140,181,89). Sum of RGB (Red+Green+Blue) = 140+181+89=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB559 is #734AA6. Grayscale: #9E9E9E. Windows color (decimal): -7555751 or 5879180. OLE color: 5879180.
HSL color Cylindrical-coordinate representation of color #8CB559: hue angle of 86.74º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CB559 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 89 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.29 |
| HSL | 86.74º | 0.38% | 0.53% | - |
| HSV(B) | 86.74º | 0.51% | 0.71% | - |
| XYZ | 29.14 | 39.34 | 15.51 | - |
| YUV | 158.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 89 | 0.23 | 0 | 0.51 | 0.29 | 86.74 | 0.38 | 0.53 |
| Hex | 8C | B5 | 59 | 17 | 0 | 33 | 1D | 57 | 26 | 35 |
| Octal | 214 | 265 | 131 | 27 | 0 | 63 | 35 | 127 | 46 | 65 |
| Binary | 10001100 | 10110101 | 1011001 | 10111 | 0 | 110011 | 11101 | 1010111 | 100110 | 110101 |
Color Harmonies of #8CB559
Complementary color
Monochromatic Colors of #8CB559
Black with #8CB559
Text Example
Text Example
White with #8CB559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB559; }
p { color: rgb(140,181,89); }
H1.HeaderClassName
{
color: #8CB559;
}
.AnyTagClassName
{
color: #8CB559;
}
</style>
background-color css
<style>
a { background-color: #8CB559; }
a { background-color: rgb(140,181,89); }
div.DivClassName
{
background-color: #8CB559;
}
.BgClassName
{
background-color: #8CB559;
}
</style>
border-color css
<style>
span { border-color: #8CB559; }
span { border-color: rgb(140,181,89); }
td.TdClassName
{
border-color: #8CB559;
}
.TagClassName
{
border-color: #8CB559;
}
</style>