Shades of Chelsea Cucumber #8BB355
Tints of Chelsea Cucumber #8BB355
RGB
CMYK
RGB Variations
Color information
#8BB355 (or 0x8BB355) is known color: Chelsea Cucumber. HEX triplet: 8B, B3 and 55. RGB value is (139,179,85). Sum of RGB (Red+Green+Blue) = 139+179+85=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB355 is #744CAA. Grayscale: #9C9C9C. Windows color (decimal): -7621803 or 5616523. OLE color: 5616523.
HSL color Cylindrical-coordinate representation of color #8BB355: hue angle of 85.53º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BB355 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 179 | 85 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.30 |
| HSL | 85.53º | 0.38% | 0.52% | - |
| HSV(B) | 85.53º | 0.53% | 0.7% | - |
| XYZ | 28.41 | 38.39 | 14.51 | - |
| YUV | 156.32 | 87.75 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 85 | 0.22 | 0 | 0.53 | 0.30 | 85.53 | 0.38 | 0.52 |
| Hex | 8B | B3 | 55 | 16 | 0 | 35 | 1E | 56 | 26 | 34 |
| Octal | 213 | 263 | 125 | 26 | 0 | 65 | 36 | 126 | 46 | 64 |
| Binary | 10001011 | 10110011 | 1010101 | 10110 | 0 | 110101 | 11110 | 1010110 | 100110 | 110100 |
Color Harmonies of #8BB355
Complementary color
Monochromatic Colors of #8BB355
Black with #8BB355
Text Example
Text Example
White with #8BB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB355; }
p { color: rgb(139,179,85); }
H1.HeaderClassName
{
color: #8BB355;
}
.AnyTagClassName
{
color: #8BB355;
}
</style>
background-color css
<style>
a { background-color: #8BB355; }
a { background-color: rgb(139,179,85); }
div.DivClassName
{
background-color: #8BB355;
}
.BgClassName
{
background-color: #8BB355;
}
</style>
border-color css
<style>
span { border-color: #8BB355; }
span { border-color: rgb(139,179,85); }
td.TdClassName
{
border-color: #8BB355;
}
.TagClassName
{
border-color: #8BB355;
}
</style>