Shades of Chelsea Cucumber #8FBB5A
Tints of Chelsea Cucumber #8FBB5A
RGB
CMYK
RGB Variations
Color information
#8FBB5A (or 0x8FBB5A) is known color: Chelsea Cucumber. HEX triplet: 8F, BB and 5A. RGB value is (143,187,90). Sum of RGB (Red+Green+Blue) = 143+187+90=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBB5A is #7044A5. Grayscale: #A3A3A3. Windows color (decimal): -7357606 or 5946255. OLE color: 5946255.
HSL color Cylindrical-coordinate representation of color #8FBB5A: hue angle of 87.22º degrees, saturation: 0.42, 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 #8FBB5A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 187 | 90 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.27 |
| HSL | 87.22º | 0.42% | 0.54% | - |
| HSV(B) | 87.22º | 0.52% | 0.73% | - |
| XYZ | 30.94 | 42.12 | 16.17 | - |
| YUV | 162.79 | 86.92 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 90 | 0.24 | 0 | 0.52 | 0.27 | 87.22 | 0.42 | 0.54 |
| Hex | 8F | BB | 5A | 18 | 0 | 34 | 1B | 57 | 2A | 36 |
| Octal | 217 | 273 | 132 | 30 | 0 | 64 | 33 | 127 | 52 | 66 |
| Binary | 10001111 | 10111011 | 1011010 | 11000 | 0 | 110100 | 11011 | 1010111 | 101010 | 110110 |
Color Harmonies of #8FBB5A
Complementary color
Monochromatic Colors of #8FBB5A
Black with #8FBB5A
Text Example
Text Example
White with #8FBB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBB5A; }
p { color: rgb(143,187,90); }
H1.HeaderClassName
{
color: #8FBB5A;
}
.AnyTagClassName
{
color: #8FBB5A;
}
</style>
background-color css
<style>
a { background-color: #8FBB5A; }
a { background-color: rgb(143,187,90); }
div.DivClassName
{
background-color: #8FBB5A;
}
.BgClassName
{
background-color: #8FBB5A;
}
</style>
border-color css
<style>
span { border-color: #8FBB5A; }
span { border-color: rgb(143,187,90); }
td.TdClassName
{
border-color: #8FBB5A;
}
.TagClassName
{
border-color: #8FBB5A;
}
</style>