Shades of Chelsea Cucumber #8BAC47
Tints of Chelsea Cucumber #8BAC47
RGB
CMYK
RGB Variations
Color information
#8BAC47 (or 0x8BAC47) is known color: Chelsea Cucumber. HEX triplet: 8B, AC and 47. RGB value is (139,172,71). Sum of RGB (Red+Green+Blue) = 139+172+71=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAC47 is #7453B8. Grayscale: #969696. Windows color (decimal): -7623609 or 4697227. OLE color: 4697227.
HSL color Cylindrical-coordinate representation of color #8BAC47: hue angle of 79.6º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BAC47 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 71 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.33 |
| HSL | 79.6º | 0.42% | 0.48% | - |
| HSV(B) | 79.6º | 0.59% | 0.67% | - |
| XYZ | 26.54 | 35.45 | 11.4 | - |
| YUV | 150.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 71 | 0.19 | 0 | 0.59 | 0.33 | 79.6 | 0.42 | 0.48 |
| Hex | 8B | AC | 47 | 13 | 0 | 3B | 21 | 50 | 2A | 30 |
| Octal | 213 | 254 | 107 | 23 | 0 | 73 | 41 | 120 | 52 | 60 |
| Binary | 10001011 | 10101100 | 1000111 | 10011 | 0 | 111011 | 100001 | 1010000 | 101010 | 110000 |
Color Harmonies of #8BAC47
Complementary color
Monochromatic Colors of #8BAC47
Black with #8BAC47
Text Example
Text Example
White with #8BAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC47; }
p { color: rgb(139,172,71); }
H1.HeaderClassName
{
color: #8BAC47;
}
.AnyTagClassName
{
color: #8BAC47;
}
</style>
background-color css
<style>
a { background-color: #8BAC47; }
a { background-color: rgb(139,172,71); }
div.DivClassName
{
background-color: #8BAC47;
}
.BgClassName
{
background-color: #8BAC47;
}
</style>
border-color css
<style>
span { border-color: #8BAC47; }
span { border-color: rgb(139,172,71); }
td.TdClassName
{
border-color: #8BAC47;
}
.TagClassName
{
border-color: #8BAC47;
}
</style>