Shades of Chelsea Cucumber #8DBA49
Tints of Chelsea Cucumber #8DBA49
RGB
CMYK
RGB Variations
Color information
#8DBA49 (or 0x8DBA49) is known color: Chelsea Cucumber. HEX triplet: 8D, BA and 49. RGB value is (141,186,73). Sum of RGB (Red+Green+Blue) = 141+186+73=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA49 is #7245B6. Grayscale: #A0A0A0. Windows color (decimal): -7488951 or 4831885. OLE color: 4831885.
HSL color Cylindrical-coordinate representation of color #8DBA49: hue angle of 83.89º degrees, saturation: 0.45, 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 #8DBA49 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 73 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.27 |
| HSL | 83.89º | 0.45% | 0.51% | - |
| HSV(B) | 83.89º | 0.61% | 0.73% | - |
| XYZ | 29.75 | 41.26 | 12.7 | - |
| YUV | 159.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 73 | 0.24 | 0 | 0.61 | 0.27 | 83.89 | 0.45 | 0.51 |
| Hex | 8D | BA | 49 | 18 | 0 | 3D | 1B | 54 | 2D | 33 |
| Octal | 215 | 272 | 111 | 30 | 0 | 75 | 33 | 124 | 55 | 63 |
| Binary | 10001101 | 10111010 | 1001001 | 11000 | 0 | 111101 | 11011 | 1010100 | 101101 | 110011 |
Color Harmonies of #8DBA49
Complementary color
Monochromatic Colors of #8DBA49
Black with #8DBA49
Text Example
Text Example
White with #8DBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA49; }
p { color: rgb(141,186,73); }
H1.HeaderClassName
{
color: #8DBA49;
}
.AnyTagClassName
{
color: #8DBA49;
}
</style>
background-color css
<style>
a { background-color: #8DBA49; }
a { background-color: rgb(141,186,73); }
div.DivClassName
{
background-color: #8DBA49;
}
.BgClassName
{
background-color: #8DBA49;
}
</style>
border-color css
<style>
span { border-color: #8DBA49; }
span { border-color: rgb(141,186,73); }
td.TdClassName
{
border-color: #8DBA49;
}
.TagClassName
{
border-color: #8DBA49;
}
</style>