Shades of Chelsea Cucumber #8DBA55
Tints of Chelsea Cucumber #8DBA55
RGB
CMYK
RGB Variations
Color information
#8DBA55 (or 0x8DBA55) is known color: Chelsea Cucumber. HEX triplet: 8D, BA and 55. RGB value is (141,186,85). Sum of RGB (Red+Green+Blue) = 141+186+85=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA55 is #7245AA. Grayscale: #A1A1A1. Windows color (decimal): -7488939 or 5618317. OLE color: 5618317.
HSL color Cylindrical-coordinate representation of color #8DBA55: hue angle of 86.73º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DBA55 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 85 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.27 |
| HSL | 86.73º | 0.42% | 0.53% | - |
| HSV(B) | 86.73º | 0.54% | 0.73% | - |
| XYZ | 30.18 | 41.44 | 15 | - |
| YUV | 161.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 85 | 0.24 | 0 | 0.54 | 0.27 | 86.73 | 0.42 | 0.53 |
| Hex | 8D | BA | 55 | 18 | 0 | 36 | 1B | 57 | 2A | 35 |
| Octal | 215 | 272 | 125 | 30 | 0 | 66 | 33 | 127 | 52 | 65 |
| Binary | 10001101 | 10111010 | 1010101 | 11000 | 0 | 110110 | 11011 | 1010111 | 101010 | 110101 |
Color Harmonies of #8DBA55
Complementary color
Monochromatic Colors of #8DBA55
Black with #8DBA55
Text Example
Text Example
White with #8DBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA55; }
p { color: rgb(141,186,85); }
H1.HeaderClassName
{
color: #8DBA55;
}
.AnyTagClassName
{
color: #8DBA55;
}
</style>
background-color css
<style>
a { background-color: #8DBA55; }
a { background-color: rgb(141,186,85); }
div.DivClassName
{
background-color: #8DBA55;
}
.BgClassName
{
background-color: #8DBA55;
}
</style>
border-color css
<style>
span { border-color: #8DBA55; }
span { border-color: rgb(141,186,85); }
td.TdClassName
{
border-color: #8DBA55;
}
.TagClassName
{
border-color: #8DBA55;
}
</style>