Shades of Chelsea Cucumber #8BB047
Tints of Chelsea Cucumber #8BB047
RGB
CMYK
RGB Variations
Color information
#8BB047 (or 0x8BB047) is known color: Chelsea Cucumber. HEX triplet: 8B, B0 and 47. RGB value is (139,176,71). Sum of RGB (Red+Green+Blue) = 139+176+71=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB047 is #744FB8. Grayscale: #999999. Windows color (decimal): -7622585 or 4698251. OLE color: 4698251.
HSL color Cylindrical-coordinate representation of color #8BB047: hue angle of 81.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BB047 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 176 | 71 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.31 |
| HSL | 81.14º | 0.43% | 0.48% | - |
| HSV(B) | 81.14º | 0.6% | 0.69% | - |
| XYZ | 27.31 | 36.99 | 11.66 | - |
| YUV | 152.97 | 81.74 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 71 | 0.21 | 0 | 0.60 | 0.31 | 81.14 | 0.43 | 0.48 |
| Hex | 8B | B0 | 47 | 15 | 0 | 3C | 1F | 51 | 2B | 30 |
| Octal | 213 | 260 | 107 | 25 | 0 | 74 | 37 | 121 | 53 | 60 |
| Binary | 10001011 | 10110000 | 1000111 | 10101 | 0 | 111100 | 11111 | 1010001 | 101011 | 110000 |
Color Harmonies of #8BB047
Complementary color
Monochromatic Colors of #8BB047
Black with #8BB047
Text Example
Text Example
White with #8BB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB047; }
p { color: rgb(139,176,71); }
H1.HeaderClassName
{
color: #8BB047;
}
.AnyTagClassName
{
color: #8BB047;
}
</style>
background-color css
<style>
a { background-color: #8BB047; }
a { background-color: rgb(139,176,71); }
div.DivClassName
{
background-color: #8BB047;
}
.BgClassName
{
background-color: #8BB047;
}
</style>
border-color css
<style>
span { border-color: #8BB047; }
span { border-color: rgb(139,176,71); }
td.TdClassName
{
border-color: #8BB047;
}
.TagClassName
{
border-color: #8BB047;
}
</style>