Shades of Chelsea Cucumber #8BA95B
Tints of Chelsea Cucumber #8BA95B
RGB
CMYK
RGB Variations
Color information
#8BA95B (or 0x8BA95B) is known color: Chelsea Cucumber. HEX triplet: 8B, A9 and 5B. RGB value is (139,169,91). Sum of RGB (Red+Green+Blue) = 139+169+91=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA95B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA95B is #7456A4. Grayscale: #979797. Windows color (decimal): -7624357 or 6007179. OLE color: 6007179.
HSL color Cylindrical-coordinate representation of color #8BA95B: hue angle of 83.08º 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 #8BA95B is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 91 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.34 |
| HSL | 83.08º | 0.31% | 0.51% | - |
| HSV(B) | 83.08º | 0.46% | 0.66% | - |
| XYZ | 26.72 | 34.62 | 15.17 | - |
| YUV | 151.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 91 | 0.18 | 0 | 0.46 | 0.34 | 83.08 | 0.31 | 0.51 |
| Hex | 8B | A9 | 5B | 12 | 0 | 2E | 22 | 53 | 1F | 33 |
| Octal | 213 | 251 | 133 | 22 | 0 | 56 | 42 | 123 | 37 | 63 |
| Binary | 10001011 | 10101001 | 1011011 | 10010 | 0 | 101110 | 100010 | 1010011 | 11111 | 110011 |
Color Harmonies of #8BA95B
Complementary color
Monochromatic Colors of #8BA95B
Black with #8BA95B
Text Example
Text Example
White with #8BA95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA95B; }
p { color: rgb(139,169,91); }
H1.HeaderClassName
{
color: #8BA95B;
}
.AnyTagClassName
{
color: #8BA95B;
}
</style>
background-color css
<style>
a { background-color: #8BA95B; }
a { background-color: rgb(139,169,91); }
div.DivClassName
{
background-color: #8BA95B;
}
.BgClassName
{
background-color: #8BA95B;
}
</style>
border-color css
<style>
span { border-color: #8BA95B; }
span { border-color: rgb(139,169,91); }
td.TdClassName
{
border-color: #8BA95B;
}
.TagClassName
{
border-color: #8BA95B;
}
</style>