Shades of Chelsea Cucumber #8CBB47
Tints of Chelsea Cucumber #8CBB47
RGB
CMYK
RGB Variations
Color information
#8CBB47 (or 0x8CBB47) is known color: Chelsea Cucumber. HEX triplet: 8C, BB and 47. RGB value is (140,187,71). Sum of RGB (Red+Green+Blue) = 140+187+71=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB47 is #7344B8. Grayscale: #A0A0A0. Windows color (decimal): -7554233 or 4701068. OLE color: 4701068.
HSL color Cylindrical-coordinate representation of color #8CBB47: hue angle of 84.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CBB47 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 71 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.27 |
| HSL | 84.31º | 0.46% | 0.51% | - |
| HSV(B) | 84.31º | 0.62% | 0.73% | - |
| XYZ | 29.72 | 41.57 | 12.42 | - |
| YUV | 159.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 71 | 0.25 | 0 | 0.62 | 0.27 | 84.31 | 0.46 | 0.51 |
| Hex | 8C | BB | 47 | 19 | 0 | 3E | 1B | 54 | 2E | 33 |
| Octal | 214 | 273 | 107 | 31 | 0 | 76 | 33 | 124 | 56 | 63 |
| Binary | 10001100 | 10111011 | 1000111 | 11001 | 0 | 111110 | 11011 | 1010100 | 101110 | 110011 |
Color Harmonies of #8CBB47
Complementary color
Monochromatic Colors of #8CBB47
Black with #8CBB47
Text Example
Text Example
White with #8CBB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB47; }
p { color: rgb(140,187,71); }
H1.HeaderClassName
{
color: #8CBB47;
}
.AnyTagClassName
{
color: #8CBB47;
}
</style>
background-color css
<style>
a { background-color: #8CBB47; }
a { background-color: rgb(140,187,71); }
div.DivClassName
{
background-color: #8CBB47;
}
.BgClassName
{
background-color: #8CBB47;
}
</style>
border-color css
<style>
span { border-color: #8CBB47; }
span { border-color: rgb(140,187,71); }
td.TdClassName
{
border-color: #8CBB47;
}
.TagClassName
{
border-color: #8CBB47;
}
</style>