Shades of Chelsea Cucumber #8DBC49
Tints of Chelsea Cucumber #8DBC49
RGB
CMYK
RGB Variations
Color information
#8DBC49 (or 0x8DBC49) is known color: Chelsea Cucumber. HEX triplet: 8D, BC and 49. RGB value is (141,188,73). Sum of RGB (Red+Green+Blue) = 141+188+73=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC49 is #7243B6. Grayscale: #A1A1A1. Windows color (decimal): -7488439 or 4832397. OLE color: 4832397.
HSL color Cylindrical-coordinate representation of color #8DBC49: hue angle of 84.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DBC49 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 73 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.26 |
| HSL | 84.52º | 0.46% | 0.51% | - |
| HSV(B) | 84.52º | 0.61% | 0.74% | - |
| XYZ | 30.17 | 42.11 | 12.84 | - |
| YUV | 160.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 73 | 0.25 | 0 | 0.61 | 0.26 | 84.52 | 0.46 | 0.51 |
| Hex | 8D | BC | 49 | 19 | 0 | 3D | 1A | 55 | 2E | 33 |
| Octal | 215 | 274 | 111 | 31 | 0 | 75 | 32 | 125 | 56 | 63 |
| Binary | 10001101 | 10111100 | 1001001 | 11001 | 0 | 111101 | 11010 | 1010101 | 101110 | 110011 |
Color Harmonies of #8DBC49
Complementary color
Monochromatic Colors of #8DBC49
Black with #8DBC49
Text Example
Text Example
White with #8DBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC49; }
p { color: rgb(141,188,73); }
H1.HeaderClassName
{
color: #8DBC49;
}
.AnyTagClassName
{
color: #8DBC49;
}
</style>
background-color css
<style>
a { background-color: #8DBC49; }
a { background-color: rgb(141,188,73); }
div.DivClassName
{
background-color: #8DBC49;
}
.BgClassName
{
background-color: #8DBC49;
}
</style>
border-color css
<style>
span { border-color: #8DBC49; }
span { border-color: rgb(141,188,73); }
td.TdClassName
{
border-color: #8DBC49;
}
.TagClassName
{
border-color: #8DBC49;
}
</style>