Shades of Chelsea Cucumber #8BAC6D
Tints of Chelsea Cucumber #8BAC6D
RGB
CMYK
RGB Variations
Color information
#8BAC6D (or 0x8BAC6D) is known color: Chelsea Cucumber. HEX triplet: 8B, AC and 6D. RGB value is (139,172,109). Sum of RGB (Red+Green+Blue) = 139+172+109=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAC6D is #745392. Grayscale: #9B9B9B. Windows color (decimal): -7623571 or 7187595. OLE color: 7187595.
HSL color Cylindrical-coordinate representation of color #8BAC6D: hue angle of 91.43º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BAC6D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 109 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.33 |
| HSL | 91.43º | 0.28% | 0.55% | - |
| HSV(B) | 91.43º | 0.37% | 0.67% | - |
| XYZ | 28.16 | 36.1 | 19.95 | - |
| YUV | 154.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 109 | 0.19 | 0 | 0.37 | 0.33 | 91.43 | 0.28 | 0.55 |
| Hex | 8B | AC | 6D | 13 | 0 | 25 | 21 | 5B | 1C | 37 |
| Octal | 213 | 254 | 155 | 23 | 0 | 45 | 41 | 133 | 34 | 67 |
| Binary | 10001011 | 10101100 | 1101101 | 10011 | 0 | 100101 | 100001 | 1011011 | 11100 | 110111 |
Color Harmonies of #8BAC6D
Complementary color
Monochromatic Colors of #8BAC6D
Black with #8BAC6D
Text Example
Text Example
White with #8BAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC6D; }
p { color: rgb(139,172,109); }
H1.HeaderClassName
{
color: #8BAC6D;
}
.AnyTagClassName
{
color: #8BAC6D;
}
</style>
background-color css
<style>
a { background-color: #8BAC6D; }
a { background-color: rgb(139,172,109); }
div.DivClassName
{
background-color: #8BAC6D;
}
.BgClassName
{
background-color: #8BAC6D;
}
</style>
border-color css
<style>
span { border-color: #8BAC6D; }
span { border-color: rgb(139,172,109); }
td.TdClassName
{
border-color: #8BAC6D;
}
.TagClassName
{
border-color: #8BAC6D;
}
</style>