Shades of Chelsea Cucumber #8DBB49
Tints of Chelsea Cucumber #8DBB49
RGB
CMYK
RGB Variations
Color information
#8DBB49 (or 0x8DBB49) is known color: Chelsea Cucumber. HEX triplet: 8D, BB and 49. RGB value is (141,187,73). Sum of RGB (Red+Green+Blue) = 141+187+73=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB49 is #7244B6. Grayscale: #A0A0A0. Windows color (decimal): -7488695 or 4832141. OLE color: 4832141.
HSL color Cylindrical-coordinate representation of color #8DBB49: hue angle of 84.21º 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 #8DBB49 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 73 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.27 |
| HSL | 84.21º | 0.46% | 0.51% | - |
| HSV(B) | 84.21º | 0.61% | 0.73% | - |
| XYZ | 29.96 | 41.68 | 12.77 | - |
| YUV | 160.25 | 78.76 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 73 | 0.25 | 0 | 0.61 | 0.27 | 84.21 | 0.46 | 0.51 |
| Hex | 8D | BB | 49 | 19 | 0 | 3D | 1B | 54 | 2E | 33 |
| Octal | 215 | 273 | 111 | 31 | 0 | 75 | 33 | 124 | 56 | 63 |
| Binary | 10001101 | 10111011 | 1001001 | 11001 | 0 | 111101 | 11011 | 1010100 | 101110 | 110011 |
Color Harmonies of #8DBB49
Complementary color
Monochromatic Colors of #8DBB49
Black with #8DBB49
Text Example
Text Example
White with #8DBB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB49; }
p { color: rgb(141,187,73); }
H1.HeaderClassName
{
color: #8DBB49;
}
.AnyTagClassName
{
color: #8DBB49;
}
</style>
background-color css
<style>
a { background-color: #8DBB49; }
a { background-color: rgb(141,187,73); }
div.DivClassName
{
background-color: #8DBB49;
}
.BgClassName
{
background-color: #8DBB49;
}
</style>
border-color css
<style>
span { border-color: #8DBB49; }
span { border-color: rgb(141,187,73); }
td.TdClassName
{
border-color: #8DBB49;
}
.TagClassName
{
border-color: #8DBB49;
}
</style>