Shades of Chelsea Cucumber #8BB949
Tints of Chelsea Cucumber #8BB949
RGB
CMYK
RGB Variations
Color information
#8BB949 (or 0x8BB949) is known color: Chelsea Cucumber. HEX triplet: 8B, B9 and 49. RGB value is (139,185,73). Sum of RGB (Red+Green+Blue) = 139+185+73=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB949 is #7446B6. Grayscale: #9E9E9E. Windows color (decimal): -7620279 or 4831627. OLE color: 4831627.
HSL color Cylindrical-coordinate representation of color #8BB949: hue angle of 84.64º 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 #8BB949 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 185 | 73 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.27 |
| HSL | 84.64º | 0.44% | 0.51% | - |
| HSV(B) | 84.64º | 0.61% | 0.73% | - |
| XYZ | 29.2 | 40.67 | 12.61 | - |
| YUV | 158.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 185 | 73 | 0.25 | 0 | 0.61 | 0.27 | 84.64 | 0.44 | 0.51 |
| Hex | 8B | B9 | 49 | 19 | 0 | 3D | 1B | 55 | 2C | 33 |
| Octal | 213 | 271 | 111 | 31 | 0 | 75 | 33 | 125 | 54 | 63 |
| Binary | 10001011 | 10111001 | 1001001 | 11001 | 0 | 111101 | 11011 | 1010101 | 101100 | 110011 |
Color Harmonies of #8BB949
Complementary color
Monochromatic Colors of #8BB949
Black with #8BB949
Text Example
Text Example
White with #8BB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB949; }
p { color: rgb(139,185,73); }
H1.HeaderClassName
{
color: #8BB949;
}
.AnyTagClassName
{
color: #8BB949;
}
</style>
background-color css
<style>
a { background-color: #8BB949; }
a { background-color: rgb(139,185,73); }
div.DivClassName
{
background-color: #8BB949;
}
.BgClassName
{
background-color: #8BB949;
}
</style>
border-color css
<style>
span { border-color: #8BB949; }
span { border-color: rgb(139,185,73); }
td.TdClassName
{
border-color: #8BB949;
}
.TagClassName
{
border-color: #8BB949;
}
</style>