Shades of Chelsea Cucumber #8CB659
Tints of Chelsea Cucumber #8CB659
RGB
CMYK
RGB Variations
Color information
#8CB659 (or 0x8CB659) is known color: Chelsea Cucumber. HEX triplet: 8C, B6 and 59. RGB value is (140,182,89). Sum of RGB (Red+Green+Blue) = 140+182+89=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB659 is #7349A6. Grayscale: #9F9F9F. Windows color (decimal): -7555495 or 5879436. OLE color: 5879436.
HSL color Cylindrical-coordinate representation of color #8CB659: hue angle of 87.1º degrees, saturation: 0.39, 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 #8CB659 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 89 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.29 |
| HSL | 87.1º | 0.39% | 0.53% | - |
| HSV(B) | 87.1º | 0.51% | 0.71% | - |
| XYZ | 29.35 | 39.75 | 15.58 | - |
| YUV | 158.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 89 | 0.23 | 0 | 0.51 | 0.29 | 87.1 | 0.39 | 0.53 |
| Hex | 8C | B6 | 59 | 17 | 0 | 33 | 1D | 57 | 27 | 35 |
| Octal | 214 | 266 | 131 | 27 | 0 | 63 | 35 | 127 | 47 | 65 |
| Binary | 10001100 | 10110110 | 1011001 | 10111 | 0 | 110011 | 11101 | 1010111 | 100111 | 110101 |
Color Harmonies of #8CB659
Complementary color
Monochromatic Colors of #8CB659
Black with #8CB659
Text Example
Text Example
White with #8CB659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB659; }
p { color: rgb(140,182,89); }
H1.HeaderClassName
{
color: #8CB659;
}
.AnyTagClassName
{
color: #8CB659;
}
</style>
background-color css
<style>
a { background-color: #8CB659; }
a { background-color: rgb(140,182,89); }
div.DivClassName
{
background-color: #8CB659;
}
.BgClassName
{
background-color: #8CB659;
}
</style>
border-color css
<style>
span { border-color: #8CB659; }
span { border-color: rgb(140,182,89); }
td.TdClassName
{
border-color: #8CB659;
}
.TagClassName
{
border-color: #8CB659;
}
</style>