Shades of Chelsea Cucumber #8BB855
Tints of Chelsea Cucumber #8BB855
RGB
CMYK
RGB Variations
Color information
#8BB855 (or 0x8BB855) is known color: Chelsea Cucumber. HEX triplet: 8B, B8 and 55. RGB value is (139,184,85). Sum of RGB (Red+Green+Blue) = 139+184+85=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB855 is #7447AA. Grayscale: #9F9F9F. Windows color (decimal): -7620523 or 5617803. OLE color: 5617803.
HSL color Cylindrical-coordinate representation of color #8BB855: hue angle of 87.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BB855 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 184 | 85 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.28 |
| HSL | 87.27º | 0.41% | 0.53% | - |
| HSV(B) | 87.27º | 0.54% | 0.72% | - |
| XYZ | 29.43 | 40.43 | 14.85 | - |
| YUV | 159.26 | 86.09 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 85 | 0.24 | 0 | 0.54 | 0.28 | 87.27 | 0.41 | 0.53 |
| Hex | 8B | B8 | 55 | 18 | 0 | 36 | 1C | 57 | 29 | 35 |
| Octal | 213 | 270 | 125 | 30 | 0 | 66 | 34 | 127 | 51 | 65 |
| Binary | 10001011 | 10111000 | 1010101 | 11000 | 0 | 110110 | 11100 | 1010111 | 101001 | 110101 |
Color Harmonies of #8BB855
Complementary color
Monochromatic Colors of #8BB855
Black with #8BB855
Text Example
Text Example
White with #8BB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB855; }
p { color: rgb(139,184,85); }
H1.HeaderClassName
{
color: #8BB855;
}
.AnyTagClassName
{
color: #8BB855;
}
</style>
background-color css
<style>
a { background-color: #8BB855; }
a { background-color: rgb(139,184,85); }
div.DivClassName
{
background-color: #8BB855;
}
.BgClassName
{
background-color: #8BB855;
}
</style>
border-color css
<style>
span { border-color: #8BB855; }
span { border-color: rgb(139,184,85); }
td.TdClassName
{
border-color: #8BB855;
}
.TagClassName
{
border-color: #8BB855;
}
</style>