Shades of Chelsea Cucumber #8BA54E
Tints of Chelsea Cucumber #8BA54E
RGB
CMYK
RGB Variations
Color information
#8BA54E (or 0x8BA54E) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 4E. RGB value is (139,165,78). Sum of RGB (Red+Green+Blue) = 139+165+78=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA54E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA54E is #745AB1. Grayscale: #939393. Windows color (decimal): -7625394 or 5154187. OLE color: 5154187.
HSL color Cylindrical-coordinate representation of color #8BA54E: hue angle of 77.93º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BA54E is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 78 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.35 |
| HSL | 77.93º | 0.36% | 0.48% | - |
| HSV(B) | 77.93º | 0.53% | 0.65% | - |
| XYZ | 25.48 | 32.95 | 12.22 | - |
| YUV | 147.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 78 | 0.16 | 0 | 0.53 | 0.35 | 77.93 | 0.36 | 0.48 |
| Hex | 8B | A5 | 4E | 10 | 0 | 35 | 23 | 4E | 24 | 30 |
| Octal | 213 | 245 | 116 | 20 | 0 | 65 | 43 | 116 | 44 | 60 |
| Binary | 10001011 | 10100101 | 1001110 | 10000 | 0 | 110101 | 100011 | 1001110 | 100100 | 110000 |
Color Harmonies of #8BA54E
Complementary color
Monochromatic Colors of #8BA54E
Black with #8BA54E
Text Example
Text Example
White with #8BA54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA54E; }
p { color: rgb(139,165,78); }
H1.HeaderClassName
{
color: #8BA54E;
}
.AnyTagClassName
{
color: #8BA54E;
}
</style>
background-color css
<style>
a { background-color: #8BA54E; }
a { background-color: rgb(139,165,78); }
div.DivClassName
{
background-color: #8BA54E;
}
.BgClassName
{
background-color: #8BA54E;
}
</style>
border-color css
<style>
span { border-color: #8BA54E; }
span { border-color: rgb(139,165,78); }
td.TdClassName
{
border-color: #8BA54E;
}
.TagClassName
{
border-color: #8BA54E;
}
</style>