Shades of Chelsea Cucumber #8BBB49
Tints of Chelsea Cucumber #8BBB49
RGB
CMYK
RGB Variations
Color information
#8BBB49 (or 0x8BBB49) is known color: Chelsea Cucumber. HEX triplet: 8B, BB and 49. RGB value is (139,187,73). Sum of RGB (Red+Green+Blue) = 139+187+73=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBB49 is #7444B6. Grayscale: #A0A0A0. Windows color (decimal): -7619767 or 4832139. OLE color: 4832139.
HSL color Cylindrical-coordinate representation of color #8BBB49: hue angle of 85.26º degrees, saturation: 0.46, 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 #8BBB49 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 73 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.27 |
| HSL | 85.26º | 0.46% | 0.51% | - |
| HSV(B) | 85.26º | 0.61% | 0.73% | - |
| XYZ | 29.62 | 41.51 | 12.75 | - |
| YUV | 159.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 73 | 0.26 | 0 | 0.61 | 0.27 | 85.26 | 0.46 | 0.51 |
| Hex | 8B | BB | 49 | 1A | 0 | 3D | 1B | 55 | 2E | 33 |
| Octal | 213 | 273 | 111 | 32 | 0 | 75 | 33 | 125 | 56 | 63 |
| Binary | 10001011 | 10111011 | 1001001 | 11010 | 0 | 111101 | 11011 | 1010101 | 101110 | 110011 |
Color Harmonies of #8BBB49
Complementary color
Monochromatic Colors of #8BBB49
Black with #8BBB49
Text Example
Text Example
White with #8BBB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB49; }
p { color: rgb(139,187,73); }
H1.HeaderClassName
{
color: #8BBB49;
}
.AnyTagClassName
{
color: #8BBB49;
}
</style>
background-color css
<style>
a { background-color: #8BBB49; }
a { background-color: rgb(139,187,73); }
div.DivClassName
{
background-color: #8BBB49;
}
.BgClassName
{
background-color: #8BBB49;
}
</style>
border-color css
<style>
span { border-color: #8BBB49; }
span { border-color: rgb(139,187,73); }
td.TdClassName
{
border-color: #8BBB49;
}
.TagClassName
{
border-color: #8BBB49;
}
</style>