Shades of Chelsea Cucumber #8FB149
Tints of Chelsea Cucumber #8FB149
RGB
CMYK
RGB Variations
Color information
#8FB149 (or 0x8FB149) is known color: Chelsea Cucumber. HEX triplet: 8F, B1 and 49. RGB value is (143,177,73). Sum of RGB (Red+Green+Blue) = 143+177+73=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB149 is #704EB6. Grayscale: #9B9B9B. Windows color (decimal): -7360183 or 4829583. OLE color: 4829583.
HSL color Cylindrical-coordinate representation of color #8FB149: hue angle of 79.62º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8FB149 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 177 | 73 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.31 |
| HSL | 79.62º | 0.42% | 0.49% | - |
| HSV(B) | 79.62º | 0.59% | 0.69% | - |
| XYZ | 28.25 | 37.76 | 12.1 | - |
| YUV | 154.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 73 | 0.19 | 0 | 0.59 | 0.31 | 79.62 | 0.42 | 0.49 |
| Hex | 8F | B1 | 49 | 13 | 0 | 3B | 1F | 50 | 2A | 31 |
| Octal | 217 | 261 | 111 | 23 | 0 | 73 | 37 | 120 | 52 | 61 |
| Binary | 10001111 | 10110001 | 1001001 | 10011 | 0 | 111011 | 11111 | 1010000 | 101010 | 110001 |
Color Harmonies of #8FB149
Complementary color
Monochromatic Colors of #8FB149
Black with #8FB149
Text Example
Text Example
White with #8FB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB149; }
p { color: rgb(143,177,73); }
H1.HeaderClassName
{
color: #8FB149;
}
.AnyTagClassName
{
color: #8FB149;
}
</style>
background-color css
<style>
a { background-color: #8FB149; }
a { background-color: rgb(143,177,73); }
div.DivClassName
{
background-color: #8FB149;
}
.BgClassName
{
background-color: #8FB149;
}
</style>
border-color css
<style>
span { border-color: #8FB149; }
span { border-color: rgb(143,177,73); }
td.TdClassName
{
border-color: #8FB149;
}
.TagClassName
{
border-color: #8FB149;
}
</style>