Shades of Chelsea Cucumber #8BA256
Tints of Chelsea Cucumber #8BA256
RGB
CMYK
RGB Variations
Color information
#8BA256 (or 0x8BA256) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 56. RGB value is (139,162,86). Sum of RGB (Red+Green+Blue) = 139+162+86=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA256 is #745DA9. Grayscale: #929292. Windows color (decimal): -7626154 or 5677707. OLE color: 5677707.
HSL color Cylindrical-coordinate representation of color #8BA256: hue angle of 78.16º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BA256 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 86 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.36 |
| HSL | 78.16º | 0.31% | 0.49% | - |
| HSV(B) | 78.16º | 0.47% | 0.64% | - |
| XYZ | 25.25 | 32 | 13.65 | - |
| YUV | 146.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 86 | 0.14 | 0 | 0.47 | 0.36 | 78.16 | 0.31 | 0.49 |
| Hex | 8B | A2 | 56 | E | 0 | 2F | 24 | 4E | 1F | 31 |
| Octal | 213 | 242 | 126 | 16 | 0 | 57 | 44 | 116 | 37 | 61 |
| Binary | 10001011 | 10100010 | 1010110 | 1110 | 0 | 101111 | 100100 | 1001110 | 11111 | 110001 |
Color Harmonies of #8BA256
Complementary color
Monochromatic Colors of #8BA256
Black with #8BA256
Text Example
Text Example
White with #8BA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA256; }
p { color: rgb(139,162,86); }
H1.HeaderClassName
{
color: #8BA256;
}
.AnyTagClassName
{
color: #8BA256;
}
</style>
background-color css
<style>
a { background-color: #8BA256; }
a { background-color: rgb(139,162,86); }
div.DivClassName
{
background-color: #8BA256;
}
.BgClassName
{
background-color: #8BA256;
}
</style>
border-color css
<style>
span { border-color: #8BA256; }
span { border-color: rgb(139,162,86); }
td.TdClassName
{
border-color: #8BA256;
}
.TagClassName
{
border-color: #8BA256;
}
</style>