Shades of Chelsea Cucumber #8BA257
Tints of Chelsea Cucumber #8BA257
RGB
CMYK
RGB Variations
Color information
#8BA257 (or 0x8BA257) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 57. RGB value is (139,162,87). Sum of RGB (Red+Green+Blue) = 139+162+87=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA257 is #745DA8. Grayscale: #929292. Windows color (decimal): -7626153 or 5743243. OLE color: 5743243.
HSL color Cylindrical-coordinate representation of color #8BA257: hue angle of 78.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BA257 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 87 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.36 |
| HSL | 78.4º | 0.3% | 0.49% | - |
| HSV(B) | 78.4º | 0.46% | 0.64% | - |
| XYZ | 25.29 | 32.02 | 13.86 | - |
| YUV | 146.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 87 | 0.14 | 0 | 0.46 | 0.36 | 78.4 | 0.3 | 0.49 |
| Hex | 8B | A2 | 57 | E | 0 | 2E | 24 | 4E | 1E | 31 |
| Octal | 213 | 242 | 127 | 16 | 0 | 56 | 44 | 116 | 36 | 61 |
| Binary | 10001011 | 10100010 | 1010111 | 1110 | 0 | 101110 | 100100 | 1001110 | 11110 | 110001 |
Color Harmonies of #8BA257
Complementary color
Monochromatic Colors of #8BA257
Black with #8BA257
Text Example
Text Example
White with #8BA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA257; }
p { color: rgb(139,162,87); }
H1.HeaderClassName
{
color: #8BA257;
}
.AnyTagClassName
{
color: #8BA257;
}
</style>
background-color css
<style>
a { background-color: #8BA257; }
a { background-color: rgb(139,162,87); }
div.DivClassName
{
background-color: #8BA257;
}
.BgClassName
{
background-color: #8BA257;
}
</style>
border-color css
<style>
span { border-color: #8BA257; }
span { border-color: rgb(139,162,87); }
td.TdClassName
{
border-color: #8BA257;
}
.TagClassName
{
border-color: #8BA257;
}
</style>