Shades of Chelsea Cucumber #8BA158
Tints of Chelsea Cucumber #8BA158
RGB
CMYK
RGB Variations
Color information
#8BA158 (or 0x8BA158) is known color: Chelsea Cucumber. HEX triplet: 8B, A1 and 58. RGB value is (139,161,88). Sum of RGB (Red+Green+Blue) = 139+161+88=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA158 is #745EA7. Grayscale: #929292. Windows color (decimal): -7626408 or 5808523. OLE color: 5808523.
HSL color Cylindrical-coordinate representation of color #8BA158: hue angle of 78.08º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA158 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 88 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.37 |
| HSL | 78.08º | 0.29% | 0.49% | - |
| HSV(B) | 78.08º | 0.45% | 0.63% | - |
| XYZ | 25.15 | 31.68 | 14.02 | - |
| YUV | 146.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 88 | 0.14 | 0 | 0.45 | 0.37 | 78.08 | 0.29 | 0.49 |
| Hex | 8B | A1 | 58 | E | 0 | 2D | 25 | 4E | 1D | 31 |
| Octal | 213 | 241 | 130 | 16 | 0 | 55 | 45 | 116 | 35 | 61 |
| Binary | 10001011 | 10100001 | 1011000 | 1110 | 0 | 101101 | 100101 | 1001110 | 11101 | 110001 |
Color Harmonies of #8BA158
Complementary color
Monochromatic Colors of #8BA158
Black with #8BA158
Text Example
Text Example
White with #8BA158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA158; }
p { color: rgb(139,161,88); }
H1.HeaderClassName
{
color: #8BA158;
}
.AnyTagClassName
{
color: #8BA158;
}
</style>
background-color css
<style>
a { background-color: #8BA158; }
a { background-color: rgb(139,161,88); }
div.DivClassName
{
background-color: #8BA158;
}
.BgClassName
{
background-color: #8BA158;
}
</style>
border-color css
<style>
span { border-color: #8BA158; }
span { border-color: rgb(139,161,88); }
td.TdClassName
{
border-color: #8BA158;
}
.TagClassName
{
border-color: #8BA158;
}
</style>