Shades of Chelsea Cucumber #8DBD49
Tints of Chelsea Cucumber #8DBD49
RGB
CMYK
RGB Variations
Color information
#8DBD49 (or 0x8DBD49) is known color: Chelsea Cucumber. HEX triplet: 8D, BD and 49. RGB value is (141,189,73). Sum of RGB (Red+Green+Blue) = 141+189+73=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD49 is #7242B6. Grayscale: #A1A1A1. Windows color (decimal): -7488183 or 4832653. OLE color: 4832653.
HSL color Cylindrical-coordinate representation of color #8DBD49: hue angle of 84.83º degrees, saturation: 0.47, 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 #8DBD49 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 73 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.26 |
| HSL | 84.83º | 0.47% | 0.51% | - |
| HSV(B) | 84.83º | 0.61% | 0.74% | - |
| XYZ | 30.38 | 42.54 | 12.91 | - |
| YUV | 161.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 73 | 0.25 | 0 | 0.61 | 0.26 | 84.83 | 0.47 | 0.51 |
| Hex | 8D | BD | 49 | 19 | 0 | 3D | 1A | 55 | 2F | 33 |
| Octal | 215 | 275 | 111 | 31 | 0 | 75 | 32 | 125 | 57 | 63 |
| Binary | 10001101 | 10111101 | 1001001 | 11001 | 0 | 111101 | 11010 | 1010101 | 101111 | 110011 |
Color Harmonies of #8DBD49
Complementary color
Monochromatic Colors of #8DBD49
Black with #8DBD49
Text Example
Text Example
White with #8DBD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD49; }
p { color: rgb(141,189,73); }
H1.HeaderClassName
{
color: #8DBD49;
}
.AnyTagClassName
{
color: #8DBD49;
}
</style>
background-color css
<style>
a { background-color: #8DBD49; }
a { background-color: rgb(141,189,73); }
div.DivClassName
{
background-color: #8DBD49;
}
.BgClassName
{
background-color: #8DBD49;
}
</style>
border-color css
<style>
span { border-color: #8DBD49; }
span { border-color: rgb(141,189,73); }
td.TdClassName
{
border-color: #8DBD49;
}
.TagClassName
{
border-color: #8DBD49;
}
</style>