Shades of Chelsea Cucumber #8FBB5D
Tints of Chelsea Cucumber #8FBB5D
RGB
CMYK
RGB Variations
Color information
#8FBB5D (or 0x8FBB5D) is known color: Chelsea Cucumber. HEX triplet: 8F, BB and 5D. RGB value is (143,187,93). Sum of RGB (Red+Green+Blue) = 143+187+93=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBB5D is #7044A2. Grayscale: #A3A3A3. Windows color (decimal): -7357603 or 6142863. OLE color: 6142863.
HSL color Cylindrical-coordinate representation of color #8FBB5D: hue angle of 88.09º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FBB5D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 187 | 93 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.27 |
| HSL | 88.09º | 0.41% | 0.55% | - |
| HSV(B) | 88.09º | 0.5% | 0.73% | - |
| XYZ | 31.07 | 42.17 | 16.86 | - |
| YUV | 163.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 93 | 0.24 | 0 | 0.50 | 0.27 | 88.09 | 0.41 | 0.55 |
| Hex | 8F | BB | 5D | 18 | 0 | 32 | 1B | 58 | 29 | 37 |
| Octal | 217 | 273 | 135 | 30 | 0 | 62 | 33 | 130 | 51 | 67 |
| Binary | 10001111 | 10111011 | 1011101 | 11000 | 0 | 110010 | 11011 | 1011000 | 101001 | 110111 |
Color Harmonies of #8FBB5D
Complementary color
Monochromatic Colors of #8FBB5D
Black with #8FBB5D
Text Example
Text Example
White with #8FBB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBB5D; }
p { color: rgb(143,187,93); }
H1.HeaderClassName
{
color: #8FBB5D;
}
.AnyTagClassName
{
color: #8FBB5D;
}
</style>
background-color css
<style>
a { background-color: #8FBB5D; }
a { background-color: rgb(143,187,93); }
div.DivClassName
{
background-color: #8FBB5D;
}
.BgClassName
{
background-color: #8FBB5D;
}
</style>
border-color css
<style>
span { border-color: #8FBB5D; }
span { border-color: rgb(143,187,93); }
td.TdClassName
{
border-color: #8FBB5D;
}
.TagClassName
{
border-color: #8FBB5D;
}
</style>