Shades of Chelsea Cucumber #8FB949
Tints of Chelsea Cucumber #8FB949
RGB
CMYK
RGB Variations
Color information
#8FB949 (or 0x8FB949) is known color: Chelsea Cucumber. HEX triplet: 8F, B9 and 49. RGB value is (143,185,73). Sum of RGB (Red+Green+Blue) = 143+185+73=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB949 is #7046B6. Grayscale: #A0A0A0. Windows color (decimal): -7358135 or 4831631. OLE color: 4831631.
HSL color Cylindrical-coordinate representation of color #8FB949: hue angle of 82.5º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FB949 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 185 | 73 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.27 |
| HSL | 82.5º | 0.44% | 0.51% | - |
| HSV(B) | 82.5º | 0.61% | 0.73% | - |
| XYZ | 29.88 | 41.02 | 12.65 | - |
| YUV | 159.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 73 | 0.23 | 0 | 0.61 | 0.27 | 82.5 | 0.44 | 0.51 |
| Hex | 8F | B9 | 49 | 17 | 0 | 3D | 1B | 52 | 2C | 33 |
| Octal | 217 | 271 | 111 | 27 | 0 | 75 | 33 | 122 | 54 | 63 |
| Binary | 10001111 | 10111001 | 1001001 | 10111 | 0 | 111101 | 11011 | 1010010 | 101100 | 110011 |
Color Harmonies of #8FB949
Complementary color
Monochromatic Colors of #8FB949
Black with #8FB949
Text Example
Text Example
White with #8FB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB949; }
p { color: rgb(143,185,73); }
H1.HeaderClassName
{
color: #8FB949;
}
.AnyTagClassName
{
color: #8FB949;
}
</style>
background-color css
<style>
a { background-color: #8FB949; }
a { background-color: rgb(143,185,73); }
div.DivClassName
{
background-color: #8FB949;
}
.BgClassName
{
background-color: #8FB949;
}
</style>
border-color css
<style>
span { border-color: #8FB949; }
span { border-color: rgb(143,185,73); }
td.TdClassName
{
border-color: #8FB949;
}
.TagClassName
{
border-color: #8FB949;
}
</style>