Shades of Chelsea Cucumber #8DBA5E
Tints of Chelsea Cucumber #8DBA5E
RGB
CMYK
RGB Variations
Color information
#8DBA5E (or 0x8DBA5E) is known color: Chelsea Cucumber. HEX triplet: 8D, BA and 5E. RGB value is (141,186,94). Sum of RGB (Red+Green+Blue) = 141+186+94=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA5E is #7245A1. Grayscale: #A2A2A2. Windows color (decimal): -7488930 or 6208141. OLE color: 6208141.
HSL color Cylindrical-coordinate representation of color #8DBA5E: hue angle of 89.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DBA5E is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 94 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.27 |
| HSL | 89.35º | 0.4% | 0.55% | - |
| HSV(B) | 89.35º | 0.49% | 0.73% | - |
| XYZ | 30.56 | 41.59 | 17.01 | - |
| YUV | 162.06 | 89.59 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 94 | 0.24 | 0 | 0.49 | 0.27 | 89.35 | 0.4 | 0.55 |
| Hex | 8D | BA | 5E | 18 | 0 | 31 | 1B | 59 | 28 | 37 |
| Octal | 215 | 272 | 136 | 30 | 0 | 61 | 33 | 131 | 50 | 67 |
| Binary | 10001101 | 10111010 | 1011110 | 11000 | 0 | 110001 | 11011 | 1011001 | 101000 | 110111 |
Color Harmonies of #8DBA5E
Complementary color
Monochromatic Colors of #8DBA5E
Black with #8DBA5E
Text Example
Text Example
White with #8DBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA5E; }
p { color: rgb(141,186,94); }
H1.HeaderClassName
{
color: #8DBA5E;
}
.AnyTagClassName
{
color: #8DBA5E;
}
</style>
background-color css
<style>
a { background-color: #8DBA5E; }
a { background-color: rgb(141,186,94); }
div.DivClassName
{
background-color: #8DBA5E;
}
.BgClassName
{
background-color: #8DBA5E;
}
</style>
border-color css
<style>
span { border-color: #8DBA5E; }
span { border-color: rgb(141,186,94); }
td.TdClassName
{
border-color: #8DBA5E;
}
.TagClassName
{
border-color: #8DBA5E;
}
</style>