Shades of Chelsea Cucumber #8BA55B
Tints of Chelsea Cucumber #8BA55B
RGB
CMYK
RGB Variations
Color information
#8BA55B (or 0x8BA55B) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 5B. RGB value is (139,165,91). Sum of RGB (Red+Green+Blue) = 139+165+91=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA55B is #745AA4. Grayscale: #959595. Windows color (decimal): -7625381 or 6006155. OLE color: 6006155.
HSL color Cylindrical-coordinate representation of color #8BA55B: hue angle of 81.08º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA55B is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 91 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.35 |
| HSL | 81.08º | 0.29% | 0.5% | - |
| HSV(B) | 81.08º | 0.45% | 0.65% | - |
| XYZ | 25.99 | 33.15 | 14.93 | - |
| YUV | 148.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 91 | 0.16 | 0 | 0.45 | 0.35 | 81.08 | 0.29 | 0.5 |
| Hex | 8B | A5 | 5B | 10 | 0 | 2D | 23 | 51 | 1D | 32 |
| Octal | 213 | 245 | 133 | 20 | 0 | 55 | 43 | 121 | 35 | 62 |
| Binary | 10001011 | 10100101 | 1011011 | 10000 | 0 | 101101 | 100011 | 1010001 | 11101 | 110010 |
Color Harmonies of #8BA55B
Complementary color
Monochromatic Colors of #8BA55B
Black with #8BA55B
Text Example
Text Example
White with #8BA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA55B; }
p { color: rgb(139,165,91); }
H1.HeaderClassName
{
color: #8BA55B;
}
.AnyTagClassName
{
color: #8BA55B;
}
</style>
background-color css
<style>
a { background-color: #8BA55B; }
a { background-color: rgb(139,165,91); }
div.DivClassName
{
background-color: #8BA55B;
}
.BgClassName
{
background-color: #8BA55B;
}
</style>
border-color css
<style>
span { border-color: #8BA55B; }
span { border-color: rgb(139,165,91); }
td.TdClassName
{
border-color: #8BA55B;
}
.TagClassName
{
border-color: #8BA55B;
}
</style>