Shades of Chelsea Cucumber #8CB647
Tints of Chelsea Cucumber #8CB647
RGB
CMYK
RGB Variations
Color information
#8CB647 (or 0x8CB647) is known color: Chelsea Cucumber. HEX triplet: 8C, B6 and 47. RGB value is (140,182,71). Sum of RGB (Red+Green+Blue) = 140+182+71=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB647 is #7349B8. Grayscale: #9D9D9D. Windows color (decimal): -7555513 or 4699788. OLE color: 4699788.
HSL color Cylindrical-coordinate representation of color #8CB647: hue angle of 82.7º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CB647 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 71 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.29 |
| HSL | 82.7º | 0.44% | 0.5% | - |
| HSV(B) | 82.7º | 0.61% | 0.71% | - |
| XYZ | 28.68 | 39.49 | 12.07 | - |
| YUV | 156.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 71 | 0.23 | 0 | 0.61 | 0.29 | 82.7 | 0.44 | 0.5 |
| Hex | 8C | B6 | 47 | 17 | 0 | 3D | 1D | 53 | 2C | 32 |
| Octal | 214 | 266 | 107 | 27 | 0 | 75 | 35 | 123 | 54 | 62 |
| Binary | 10001100 | 10110110 | 1000111 | 10111 | 0 | 111101 | 11101 | 1010011 | 101100 | 110010 |
Color Harmonies of #8CB647
Complementary color
Monochromatic Colors of #8CB647
Black with #8CB647
Text Example
Text Example
White with #8CB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB647; }
p { color: rgb(140,182,71); }
H1.HeaderClassName
{
color: #8CB647;
}
.AnyTagClassName
{
color: #8CB647;
}
</style>
background-color css
<style>
a { background-color: #8CB647; }
a { background-color: rgb(140,182,71); }
div.DivClassName
{
background-color: #8CB647;
}
.BgClassName
{
background-color: #8CB647;
}
</style>
border-color css
<style>
span { border-color: #8CB647; }
span { border-color: rgb(140,182,71); }
td.TdClassName
{
border-color: #8CB647;
}
.TagClassName
{
border-color: #8CB647;
}
</style>