Shades of Chelsea Cucumber #8CB747
Tints of Chelsea Cucumber #8CB747
RGB
CMYK
RGB Variations
Color information
#8CB747 (or 0x8CB747) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 47. RGB value is (140,183,71). Sum of RGB (Red+Green+Blue) = 140+183+71=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB747 is #7348B8. Grayscale: #9D9D9D. Windows color (decimal): -7555257 or 4700044. OLE color: 4700044.
HSL color Cylindrical-coordinate representation of color #8CB747: hue angle of 83.04º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CB747 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 71 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.28 |
| HSL | 83.04º | 0.44% | 0.5% | - |
| HSV(B) | 83.04º | 0.61% | 0.72% | - |
| XYZ | 28.89 | 39.9 | 12.14 | - |
| YUV | 157.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 71 | 0.23 | 0 | 0.61 | 0.28 | 83.04 | 0.44 | 0.5 |
| Hex | 8C | B7 | 47 | 17 | 0 | 3D | 1C | 53 | 2C | 32 |
| Octal | 214 | 267 | 107 | 27 | 0 | 75 | 34 | 123 | 54 | 62 |
| Binary | 10001100 | 10110111 | 1000111 | 10111 | 0 | 111101 | 11100 | 1010011 | 101100 | 110010 |
Color Harmonies of #8CB747
Complementary color
Monochromatic Colors of #8CB747
Black with #8CB747
Text Example
Text Example
White with #8CB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB747; }
p { color: rgb(140,183,71); }
H1.HeaderClassName
{
color: #8CB747;
}
.AnyTagClassName
{
color: #8CB747;
}
</style>
background-color css
<style>
a { background-color: #8CB747; }
a { background-color: rgb(140,183,71); }
div.DivClassName
{
background-color: #8CB747;
}
.BgClassName
{
background-color: #8CB747;
}
</style>
border-color css
<style>
span { border-color: #8CB747; }
span { border-color: rgb(140,183,71); }
td.TdClassName
{
border-color: #8CB747;
}
.TagClassName
{
border-color: #8CB747;
}
</style>