Shades of Chelsea Cucumber #8FBA5A
Tints of Chelsea Cucumber #8FBA5A
RGB
CMYK
RGB Variations
Color information
#8FBA5A (or 0x8FBA5A) is known color: Chelsea Cucumber. HEX triplet: 8F, BA and 5A. RGB value is (143,186,90). Sum of RGB (Red+Green+Blue) = 143+186+90=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA5A is #7045A5. Grayscale: #A2A2A2. Windows color (decimal): -7357862 or 5945999. OLE color: 5945999.
HSL color Cylindrical-coordinate representation of color #8FBA5A: hue angle of 86.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FBA5A is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 90 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.27 |
| HSL | 86.88º | 0.41% | 0.54% | - |
| HSV(B) | 86.88º | 0.52% | 0.73% | - |
| XYZ | 30.73 | 41.7 | 16.1 | - |
| YUV | 162.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 90 | 0.23 | 0 | 0.52 | 0.27 | 86.88 | 0.41 | 0.54 |
| Hex | 8F | BA | 5A | 17 | 0 | 34 | 1B | 57 | 29 | 36 |
| Octal | 217 | 272 | 132 | 27 | 0 | 64 | 33 | 127 | 51 | 66 |
| Binary | 10001111 | 10111010 | 1011010 | 10111 | 0 | 110100 | 11011 | 1010111 | 101001 | 110110 |
Color Harmonies of #8FBA5A
Complementary color
Monochromatic Colors of #8FBA5A
Black with #8FBA5A
Text Example
Text Example
White with #8FBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA5A; }
p { color: rgb(143,186,90); }
H1.HeaderClassName
{
color: #8FBA5A;
}
.AnyTagClassName
{
color: #8FBA5A;
}
</style>
background-color css
<style>
a { background-color: #8FBA5A; }
a { background-color: rgb(143,186,90); }
div.DivClassName
{
background-color: #8FBA5A;
}
.BgClassName
{
background-color: #8FBA5A;
}
</style>
border-color css
<style>
span { border-color: #8FBA5A; }
span { border-color: rgb(143,186,90); }
td.TdClassName
{
border-color: #8FBA5A;
}
.TagClassName
{
border-color: #8FBA5A;
}
</style>