Shades of Chelsea Cucumber #8BA354
Tints of Chelsea Cucumber #8BA354
RGB
CMYK
RGB Variations
Color information
#8BA354 (or 0x8BA354) is known color: Chelsea Cucumber. HEX triplet: 8B, A3 and 54. RGB value is (139,163,84). Sum of RGB (Red+Green+Blue) = 139+163+84=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA354 is #745CAB. Grayscale: #939393. Windows color (decimal): -7625900 or 5546891. OLE color: 5546891.
HSL color Cylindrical-coordinate representation of color #8BA354: hue angle of 78.23º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BA354 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 84 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.36 |
| HSL | 78.23º | 0.32% | 0.48% | - |
| HSV(B) | 78.23º | 0.48% | 0.64% | - |
| XYZ | 25.34 | 32.32 | 13.29 | - |
| YUV | 146.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 84 | 0.15 | 0 | 0.48 | 0.36 | 78.23 | 0.32 | 0.48 |
| Hex | 8B | A3 | 54 | F | 0 | 30 | 24 | 4E | 20 | 30 |
| Octal | 213 | 243 | 124 | 17 | 0 | 60 | 44 | 116 | 40 | 60 |
| Binary | 10001011 | 10100011 | 1010100 | 1111 | 0 | 110000 | 100100 | 1001110 | 100000 | 110000 |
Color Harmonies of #8BA354
Complementary color
Monochromatic Colors of #8BA354
Black with #8BA354
Text Example
Text Example
White with #8BA354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA354; }
p { color: rgb(139,163,84); }
H1.HeaderClassName
{
color: #8BA354;
}
.AnyTagClassName
{
color: #8BA354;
}
</style>
background-color css
<style>
a { background-color: #8BA354; }
a { background-color: rgb(139,163,84); }
div.DivClassName
{
background-color: #8BA354;
}
.BgClassName
{
background-color: #8BA354;
}
</style>
border-color css
<style>
span { border-color: #8BA354; }
span { border-color: rgb(139,163,84); }
td.TdClassName
{
border-color: #8BA354;
}
.TagClassName
{
border-color: #8BA354;
}
</style>