Shades of Chelsea Cucumber #8BA551
Tints of Chelsea Cucumber #8BA551
RGB
CMYK
RGB Variations
Color information
#8BA551 (or 0x8BA551) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 51. RGB value is (139,165,81). Sum of RGB (Red+Green+Blue) = 139+165+81=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA551 is #745AAE. Grayscale: #939393. Windows color (decimal): -7625391 or 5350795. OLE color: 5350795.
HSL color Cylindrical-coordinate representation of color #8BA551: hue angle of 78.57º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BA551 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 81 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.35 |
| HSL | 78.57º | 0.34% | 0.48% | - |
| HSV(B) | 78.57º | 0.51% | 0.65% | - |
| XYZ | 25.59 | 32.99 | 12.8 | - |
| YUV | 147.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 81 | 0.16 | 0 | 0.51 | 0.35 | 78.57 | 0.34 | 0.48 |
| Hex | 8B | A5 | 51 | 10 | 0 | 33 | 23 | 4F | 22 | 30 |
| Octal | 213 | 245 | 121 | 20 | 0 | 63 | 43 | 117 | 42 | 60 |
| Binary | 10001011 | 10100101 | 1010001 | 10000 | 0 | 110011 | 100011 | 1001111 | 100010 | 110000 |
Color Harmonies of #8BA551
Complementary color
Monochromatic Colors of #8BA551
Black with #8BA551
Text Example
Text Example
White with #8BA551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA551; }
p { color: rgb(139,165,81); }
H1.HeaderClassName
{
color: #8BA551;
}
.AnyTagClassName
{
color: #8BA551;
}
</style>
background-color css
<style>
a { background-color: #8BA551; }
a { background-color: rgb(139,165,81); }
div.DivClassName
{
background-color: #8BA551;
}
.BgClassName
{
background-color: #8BA551;
}
</style>
border-color css
<style>
span { border-color: #8BA551; }
span { border-color: rgb(139,165,81); }
td.TdClassName
{
border-color: #8BA551;
}
.TagClassName
{
border-color: #8BA551;
}
</style>