Shades of Chelsea Cucumber #8BBC47
Tints of Chelsea Cucumber #8BBC47
RGB
CMYK
RGB Variations
Color information
#8BBC47 (or 0x8BBC47) is known color: Chelsea Cucumber. HEX triplet: 8B, BC and 47. RGB value is (139,188,71). Sum of RGB (Red+Green+Blue) = 139+188+71=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC47 is #7443B8. Grayscale: #A0A0A0. Windows color (decimal): -7619513 or 4701323. OLE color: 4701323.
HSL color Cylindrical-coordinate representation of color #8BBC47: hue angle of 85.13º 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 #8BBC47 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 71 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.26 |
| HSL | 85.13º | 0.47% | 0.51% | - |
| HSV(B) | 85.13º | 0.62% | 0.74% | - |
| XYZ | 29.77 | 41.91 | 12.48 | - |
| YUV | 160.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 71 | 0.26 | 0 | 0.62 | 0.26 | 85.13 | 0.47 | 0.51 |
| Hex | 8B | BC | 47 | 1A | 0 | 3E | 1A | 55 | 2F | 33 |
| Octal | 213 | 274 | 107 | 32 | 0 | 76 | 32 | 125 | 57 | 63 |
| Binary | 10001011 | 10111100 | 1000111 | 11010 | 0 | 111110 | 11010 | 1010101 | 101111 | 110011 |
Color Harmonies of #8BBC47
Complementary color
Monochromatic Colors of #8BBC47
Black with #8BBC47
Text Example
Text Example
White with #8BBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC47; }
p { color: rgb(139,188,71); }
H1.HeaderClassName
{
color: #8BBC47;
}
.AnyTagClassName
{
color: #8BBC47;
}
</style>
background-color css
<style>
a { background-color: #8BBC47; }
a { background-color: rgb(139,188,71); }
div.DivClassName
{
background-color: #8BBC47;
}
.BgClassName
{
background-color: #8BBC47;
}
</style>
border-color css
<style>
span { border-color: #8BBC47; }
span { border-color: rgb(139,188,71); }
td.TdClassName
{
border-color: #8BBC47;
}
.TagClassName
{
border-color: #8BBC47;
}
</style>