Shades of Chelsea Cucumber #8FBC5B
Tints of Chelsea Cucumber #8FBC5B
RGB
CMYK
RGB Variations
Color information
#8FBC5B (or 0x8FBC5B) is known color: Chelsea Cucumber. HEX triplet: 8F, BC and 5B. RGB value is (143,188,91). Sum of RGB (Red+Green+Blue) = 143+188+91=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC5B is #7043A4. Grayscale: #A3A3A3. Windows color (decimal): -7357349 or 6012047. OLE color: 6012047.
HSL color Cylindrical-coordinate representation of color #8FBC5B: hue angle of 87.84º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FBC5B is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 91 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.26 |
| HSL | 87.84º | 0.42% | 0.55% | - |
| HSV(B) | 87.84º | 0.52% | 0.74% | - |
| XYZ | 31.2 | 42.56 | 16.47 | - |
| YUV | 163.49 | 87.09 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 91 | 0.24 | 0 | 0.52 | 0.26 | 87.84 | 0.42 | 0.55 |
| Hex | 8F | BC | 5B | 18 | 0 | 34 | 1A | 58 | 2A | 37 |
| Octal | 217 | 274 | 133 | 30 | 0 | 64 | 32 | 130 | 52 | 67 |
| Binary | 10001111 | 10111100 | 1011011 | 11000 | 0 | 110100 | 11010 | 1011000 | 101010 | 110111 |
Color Harmonies of #8FBC5B
Complementary color
Monochromatic Colors of #8FBC5B
Black with #8FBC5B
Text Example
Text Example
White with #8FBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC5B; }
p { color: rgb(143,188,91); }
H1.HeaderClassName
{
color: #8FBC5B;
}
.AnyTagClassName
{
color: #8FBC5B;
}
</style>
background-color css
<style>
a { background-color: #8FBC5B; }
a { background-color: rgb(143,188,91); }
div.DivClassName
{
background-color: #8FBC5B;
}
.BgClassName
{
background-color: #8FBC5B;
}
</style>
border-color css
<style>
span { border-color: #8FBC5B; }
span { border-color: rgb(143,188,91); }
td.TdClassName
{
border-color: #8FBC5B;
}
.TagClassName
{
border-color: #8FBC5B;
}
</style>