Shades of Chelsea Cucumber #8BA061
Tints of Chelsea Cucumber #8BA061
RGB
CMYK
RGB Variations
Color information
#8BA061 (or 0x8BA061) is known color: Chelsea Cucumber. HEX triplet: 8B, A0 and 61. RGB value is (139,160,97). Sum of RGB (Red+Green+Blue) = 139+160+97=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA061 is #745F9E. Grayscale: #929292. Windows color (decimal): -7626655 or 6398091. OLE color: 6398091.
HSL color Cylindrical-coordinate representation of color #8BA061: hue angle of 80º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BA061 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 97 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.37 |
| HSL | 80º | 0.25% | 0.5% | - |
| HSV(B) | 80º | 0.39% | 0.63% | - |
| XYZ | 25.38 | 31.49 | 16.05 | - |
| YUV | 146.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 97 | 0.13 | 0 | 0.39 | 0.37 | 80 | 0.25 | 0.5 |
| Hex | 8B | A0 | 61 | D | 0 | 27 | 25 | 50 | 19 | 32 |
| Octal | 213 | 240 | 141 | 15 | 0 | 47 | 45 | 120 | 31 | 62 |
| Binary | 10001011 | 10100000 | 1100001 | 1101 | 0 | 100111 | 100101 | 1010000 | 11001 | 110010 |
Color Harmonies of #8BA061
Complementary color
Monochromatic Colors of #8BA061
Black with #8BA061
Text Example
Text Example
White with #8BA061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA061; }
p { color: rgb(139,160,97); }
H1.HeaderClassName
{
color: #8BA061;
}
.AnyTagClassName
{
color: #8BA061;
}
</style>
background-color css
<style>
a { background-color: #8BA061; }
a { background-color: rgb(139,160,97); }
div.DivClassName
{
background-color: #8BA061;
}
.BgClassName
{
background-color: #8BA061;
}
</style>
border-color css
<style>
span { border-color: #8BA061; }
span { border-color: rgb(139,160,97); }
td.TdClassName
{
border-color: #8BA061;
}
.TagClassName
{
border-color: #8BA061;
}
</style>