Shades of Chelsea Cucumber #8CBC47
Tints of Chelsea Cucumber #8CBC47
RGB
CMYK
RGB Variations
Color information
#8CBC47 (or 0x8CBC47) is known color: Chelsea Cucumber. HEX triplet: 8C, BC and 47. RGB value is (140,188,71). Sum of RGB (Red+Green+Blue) = 140+188+71=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC47 is #7343B8. Grayscale: #A0A0A0. Windows color (decimal): -7553977 or 4701324. OLE color: 4701324.
HSL color Cylindrical-coordinate representation of color #8CBC47: hue angle of 84.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CBC47 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 71 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.26 |
| HSL | 84.62º | 0.47% | 0.51% | - |
| HSV(B) | 84.62º | 0.62% | 0.74% | - |
| XYZ | 29.94 | 42 | 12.49 | - |
| YUV | 160.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 71 | 0.26 | 0 | 0.62 | 0.26 | 84.62 | 0.47 | 0.51 |
| Hex | 8C | BC | 47 | 1A | 0 | 3E | 1A | 55 | 2F | 33 |
| Octal | 214 | 274 | 107 | 32 | 0 | 76 | 32 | 125 | 57 | 63 |
| Binary | 10001100 | 10111100 | 1000111 | 11010 | 0 | 111110 | 11010 | 1010101 | 101111 | 110011 |
Color Harmonies of #8CBC47
Complementary color
Monochromatic Colors of #8CBC47
Black with #8CBC47
Text Example
Text Example
White with #8CBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC47; }
p { color: rgb(140,188,71); }
H1.HeaderClassName
{
color: #8CBC47;
}
.AnyTagClassName
{
color: #8CBC47;
}
</style>
background-color css
<style>
a { background-color: #8CBC47; }
a { background-color: rgb(140,188,71); }
div.DivClassName
{
background-color: #8CBC47;
}
.BgClassName
{
background-color: #8CBC47;
}
</style>
border-color css
<style>
span { border-color: #8CBC47; }
span { border-color: rgb(140,188,71); }
td.TdClassName
{
border-color: #8CBC47;
}
.TagClassName
{
border-color: #8CBC47;
}
</style>