Shades of Chelsea Cucumber #8BB256
Tints of Chelsea Cucumber #8BB256
RGB
CMYK
RGB Variations
Color information
#8BB256 (or 0x8BB256) is known color: Chelsea Cucumber. HEX triplet: 8B, B2 and 56. RGB value is (139,178,86). Sum of RGB (Red+Green+Blue) = 139+178+86=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB256 is #744DA9. Grayscale: #9C9C9C. Windows color (decimal): -7622058 or 5681803. OLE color: 5681803.
HSL color Cylindrical-coordinate representation of color #8BB256: hue angle of 85.43º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BB256 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 86 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.30 |
| HSL | 85.43º | 0.37% | 0.52% | - |
| HSV(B) | 85.43º | 0.52% | 0.7% | - |
| XYZ | 28.25 | 38 | 14.65 | - |
| YUV | 155.85 | 88.58 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 86 | 0.22 | 0 | 0.52 | 0.30 | 85.43 | 0.37 | 0.52 |
| Hex | 8B | B2 | 56 | 16 | 0 | 34 | 1E | 55 | 25 | 34 |
| Octal | 213 | 262 | 126 | 26 | 0 | 64 | 36 | 125 | 45 | 64 |
| Binary | 10001011 | 10110010 | 1010110 | 10110 | 0 | 110100 | 11110 | 1010101 | 100101 | 110100 |
Color Harmonies of #8BB256
Complementary color
Monochromatic Colors of #8BB256
Black with #8BB256
Text Example
Text Example
White with #8BB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB256; }
p { color: rgb(139,178,86); }
H1.HeaderClassName
{
color: #8BB256;
}
.AnyTagClassName
{
color: #8BB256;
}
</style>
background-color css
<style>
a { background-color: #8BB256; }
a { background-color: rgb(139,178,86); }
div.DivClassName
{
background-color: #8BB256;
}
.BgClassName
{
background-color: #8BB256;
}
</style>
border-color css
<style>
span { border-color: #8BB256; }
span { border-color: rgb(139,178,86); }
td.TdClassName
{
border-color: #8BB256;
}
.TagClassName
{
border-color: #8BB256;
}
</style>