Shades of Chelsea Cucumber #8FBB4A
Tints of Chelsea Cucumber #8FBB4A
RGB
CMYK
RGB Variations
Color information
#8FBB4A (or 0x8FBB4A) is known color: Chelsea Cucumber. HEX triplet: 8F, BB and 4A. RGB value is (143,187,74). Sum of RGB (Red+Green+Blue) = 143+187+74=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBB4A is #7044B5. Grayscale: #A1A1A1. Windows color (decimal): -7357622 or 4897679. OLE color: 4897679.
HSL color Cylindrical-coordinate representation of color #8FBB4A: hue angle of 83.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8FBB4A is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 187 | 74 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.27 |
| HSL | 83.36º | 0.45% | 0.51% | - |
| HSV(B) | 83.36º | 0.6% | 0.73% | - |
| XYZ | 30.33 | 41.87 | 12.96 | - |
| YUV | 160.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 74 | 0.24 | 0 | 0.60 | 0.27 | 83.36 | 0.45 | 0.51 |
| Hex | 8F | BB | 4A | 18 | 0 | 3C | 1B | 53 | 2D | 33 |
| Octal | 217 | 273 | 112 | 30 | 0 | 74 | 33 | 123 | 55 | 63 |
| Binary | 10001111 | 10111011 | 1001010 | 11000 | 0 | 111100 | 11011 | 1010011 | 101101 | 110011 |
Color Harmonies of #8FBB4A
Complementary color
Monochromatic Colors of #8FBB4A
Black with #8FBB4A
Text Example
Text Example
White with #8FBB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBB4A; }
p { color: rgb(143,187,74); }
H1.HeaderClassName
{
color: #8FBB4A;
}
.AnyTagClassName
{
color: #8FBB4A;
}
</style>
background-color css
<style>
a { background-color: #8FBB4A; }
a { background-color: rgb(143,187,74); }
div.DivClassName
{
background-color: #8FBB4A;
}
.BgClassName
{
background-color: #8FBB4A;
}
</style>
border-color css
<style>
span { border-color: #8FBB4A; }
span { border-color: rgb(143,187,74); }
td.TdClassName
{
border-color: #8FBB4A;
}
.TagClassName
{
border-color: #8FBB4A;
}
</style>