Shades of Chelsea Cucumber #8BAF47
Tints of Chelsea Cucumber #8BAF47
RGB
CMYK
RGB Variations
Color information
#8BAF47 (or 0x8BAF47) is known color: Chelsea Cucumber. HEX triplet: 8B, AF and 47. RGB value is (139,175,71). Sum of RGB (Red+Green+Blue) = 139+175+71=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF47 is #7450B8. Grayscale: #989898. Windows color (decimal): -7622841 or 4697995. OLE color: 4697995.
HSL color Cylindrical-coordinate representation of color #8BAF47: hue angle of 80.77º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BAF47 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 71 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.31 |
| HSL | 80.77º | 0.42% | 0.48% | - |
| HSV(B) | 80.77º | 0.59% | 0.69% | - |
| XYZ | 27.11 | 36.6 | 11.6 | - |
| YUV | 152.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 71 | 0.21 | 0 | 0.59 | 0.31 | 80.77 | 0.42 | 0.48 |
| Hex | 8B | AF | 47 | 15 | 0 | 3B | 1F | 51 | 2A | 30 |
| Octal | 213 | 257 | 107 | 25 | 0 | 73 | 37 | 121 | 52 | 60 |
| Binary | 10001011 | 10101111 | 1000111 | 10101 | 0 | 111011 | 11111 | 1010001 | 101010 | 110000 |
Color Harmonies of #8BAF47
Complementary color
Monochromatic Colors of #8BAF47
Black with #8BAF47
Text Example
Text Example
White with #8BAF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF47; }
p { color: rgb(139,175,71); }
H1.HeaderClassName
{
color: #8BAF47;
}
.AnyTagClassName
{
color: #8BAF47;
}
</style>
background-color css
<style>
a { background-color: #8BAF47; }
a { background-color: rgb(139,175,71); }
div.DivClassName
{
background-color: #8BAF47;
}
.BgClassName
{
background-color: #8BAF47;
}
</style>
border-color css
<style>
span { border-color: #8BAF47; }
span { border-color: rgb(139,175,71); }
td.TdClassName
{
border-color: #8BAF47;
}
.TagClassName
{
border-color: #8BAF47;
}
</style>