Shades of Chelsea Cucumber #8FBC5A
Tints of Chelsea Cucumber #8FBC5A
RGB
CMYK
RGB Variations
Color information
#8FBC5A (or 0x8FBC5A) is known color: Chelsea Cucumber. HEX triplet: 8F, BC and 5A. RGB value is (143,188,90). Sum of RGB (Red+Green+Blue) = 143+188+90=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC5A is #7043A5. Grayscale: #A3A3A3. Windows color (decimal): -7357350 or 5946511. OLE color: 5946511.
HSL color Cylindrical-coordinate representation of color #8FBC5A: hue angle of 87.55º 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 #8FBC5A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 90 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.26 |
| HSL | 87.55º | 0.42% | 0.55% | - |
| HSV(B) | 87.55º | 0.52% | 0.74% | - |
| XYZ | 31.16 | 42.54 | 16.24 | - |
| YUV | 163.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 90 | 0.24 | 0 | 0.52 | 0.26 | 87.55 | 0.42 | 0.55 |
| Hex | 8F | BC | 5A | 18 | 0 | 34 | 1A | 58 | 2A | 37 |
| Octal | 217 | 274 | 132 | 30 | 0 | 64 | 32 | 130 | 52 | 67 |
| Binary | 10001111 | 10111100 | 1011010 | 11000 | 0 | 110100 | 11010 | 1011000 | 101010 | 110111 |
Color Harmonies of #8FBC5A
Complementary color
Monochromatic Colors of #8FBC5A
Black with #8FBC5A
Text Example
Text Example
White with #8FBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC5A; }
p { color: rgb(143,188,90); }
H1.HeaderClassName
{
color: #8FBC5A;
}
.AnyTagClassName
{
color: #8FBC5A;
}
</style>
background-color css
<style>
a { background-color: #8FBC5A; }
a { background-color: rgb(143,188,90); }
div.DivClassName
{
background-color: #8FBC5A;
}
.BgClassName
{
background-color: #8FBC5A;
}
</style>
border-color css
<style>
span { border-color: #8FBC5A; }
span { border-color: rgb(143,188,90); }
td.TdClassName
{
border-color: #8FBC5A;
}
.TagClassName
{
border-color: #8FBC5A;
}
</style>