Shades of Chelsea Cucumber #8BA060
Tints of Chelsea Cucumber #8BA060
RGB
CMYK
RGB Variations
Color information
#8BA060 (or 0x8BA060) is known color: Chelsea Cucumber. HEX triplet: 8B, A0 and 60. RGB value is (139,160,96). Sum of RGB (Red+Green+Blue) = 139+160+96=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA060 is #745F9F. Grayscale: #929292. Windows color (decimal): -7626656 or 6332555. OLE color: 6332555.
HSL color Cylindrical-coordinate representation of color #8BA060: hue angle of 79.69º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BA060 is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 96 | - |
| CMYK | 0.13 | 0 | 0.4 | 0.37 |
| HSL | 79.69º | 0.25% | 0.5% | - |
| HSV(B) | 79.69º | 0.4% | 0.63% | - |
| XYZ | 25.33 | 31.48 | 15.81 | - |
| YUV | 146.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 96 | 0.13 | 0 | 0.4 | 0.37 | 79.69 | 0.25 | 0.5 |
| Hex | 8B | A0 | 60 | D | 0 | 28 | 25 | 50 | 19 | 32 |
| Octal | 213 | 240 | 140 | 15 | 0 | 50 | 45 | 120 | 31 | 62 |
| Binary | 10001011 | 10100000 | 1100000 | 1101 | 0 | 101000 | 100101 | 1010000 | 11001 | 110010 |
Color Harmonies of #8BA060
Complementary color
Monochromatic Colors of #8BA060
Black with #8BA060
Text Example
Text Example
White with #8BA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA060; }
p { color: rgb(139,160,96); }
H1.HeaderClassName
{
color: #8BA060;
}
.AnyTagClassName
{
color: #8BA060;
}
</style>
background-color css
<style>
a { background-color: #8BA060; }
a { background-color: rgb(139,160,96); }
div.DivClassName
{
background-color: #8BA060;
}
.BgClassName
{
background-color: #8BA060;
}
</style>
border-color css
<style>
span { border-color: #8BA060; }
span { border-color: rgb(139,160,96); }
td.TdClassName
{
border-color: #8BA060;
}
.TagClassName
{
border-color: #8BA060;
}
</style>