Shades of Chelsea Cucumber #8D9D50
Tints of Chelsea Cucumber #8D9D50
RGB
CMYK
RGB Variations
Color information
#8D9D50 (or 0x8D9D50) is known color: Chelsea Cucumber. HEX triplet: 8D, 9D and 50. RGB value is (141,157,80). Sum of RGB (Red+Green+Blue) = 141+157+80=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9D50 is #7262AF. Grayscale: #8F8F8F. Windows color (decimal): -7496368 or 5283213. OLE color: 5283213.
HSL color Cylindrical-coordinate representation of color #8D9D50: hue angle of 72.47º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D9D50 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 157 | 80 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.38 |
| HSL | 72.47º | 0.32% | 0.46% | - |
| HSV(B) | 72.47º | 0.49% | 0.62% | - |
| XYZ | 24.49 | 30.36 | 12.16 | - |
| YUV | 143.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 157 | 80 | 0.10 | 0 | 0.49 | 0.38 | 72.47 | 0.32 | 0.46 |
| Hex | 8D | 9D | 50 | A | 0 | 31 | 26 | 48 | 20 | 2E |
| Octal | 215 | 235 | 120 | 12 | 0 | 61 | 46 | 110 | 40 | 56 |
| Binary | 10001101 | 10011101 | 1010000 | 1010 | 0 | 110001 | 100110 | 1001000 | 100000 | 101110 |
Color Harmonies of #8D9D50
Complementary color
Monochromatic Colors of #8D9D50
Black with #8D9D50
Text Example
Text Example
White with #8D9D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9D50; }
p { color: rgb(141,157,80); }
H1.HeaderClassName
{
color: #8D9D50;
}
.AnyTagClassName
{
color: #8D9D50;
}
</style>
background-color css
<style>
a { background-color: #8D9D50; }
a { background-color: rgb(141,157,80); }
div.DivClassName
{
background-color: #8D9D50;
}
.BgClassName
{
background-color: #8D9D50;
}
</style>
border-color css
<style>
span { border-color: #8D9D50; }
span { border-color: rgb(141,157,80); }
td.TdClassName
{
border-color: #8D9D50;
}
.TagClassName
{
border-color: #8D9D50;
}
</style>