Shades of Chelsea Cucumber #8BA85B
Tints of Chelsea Cucumber #8BA85B
RGB
CMYK
RGB Variations
Color information
#8BA85B (or 0x8BA85B) is known color: Chelsea Cucumber. HEX triplet: 8B, A8 and 5B. RGB value is (139,168,91). Sum of RGB (Red+Green+Blue) = 139+168+91=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA85B is #7457A4. Grayscale: #969696. Windows color (decimal): -7624613 or 6006923. OLE color: 6006923.
HSL color Cylindrical-coordinate representation of color #8BA85B: hue angle of 82.6º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BA85B is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 91 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.34 |
| HSL | 82.6º | 0.31% | 0.51% | - |
| HSV(B) | 82.6º | 0.46% | 0.66% | - |
| XYZ | 26.54 | 34.25 | 15.11 | - |
| YUV | 150.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 91 | 0.17 | 0 | 0.46 | 0.34 | 82.6 | 0.31 | 0.51 |
| Hex | 8B | A8 | 5B | 11 | 0 | 2E | 22 | 53 | 1F | 33 |
| Octal | 213 | 250 | 133 | 21 | 0 | 56 | 42 | 123 | 37 | 63 |
| Binary | 10001011 | 10101000 | 1011011 | 10001 | 0 | 101110 | 100010 | 1010011 | 11111 | 110011 |
Color Harmonies of #8BA85B
Complementary color
Monochromatic Colors of #8BA85B
Black with #8BA85B
Text Example
Text Example
White with #8BA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA85B; }
p { color: rgb(139,168,91); }
H1.HeaderClassName
{
color: #8BA85B;
}
.AnyTagClassName
{
color: #8BA85B;
}
</style>
background-color css
<style>
a { background-color: #8BA85B; }
a { background-color: rgb(139,168,91); }
div.DivClassName
{
background-color: #8BA85B;
}
.BgClassName
{
background-color: #8BA85B;
}
</style>
border-color css
<style>
span { border-color: #8BA85B; }
span { border-color: rgb(139,168,91); }
td.TdClassName
{
border-color: #8BA85B;
}
.TagClassName
{
border-color: #8BA85B;
}
</style>