Shades of Chelsea Cucumber #8DB161
Tints of Chelsea Cucumber #8DB161
RGB
CMYK
RGB Variations
Color information
#8DB161 (or 0x8DB161) is known color: Chelsea Cucumber. HEX triplet: 8D, B1 and 61. RGB value is (141,177,97). Sum of RGB (Red+Green+Blue) = 141+177+97=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB161 is #724E9E. Grayscale: #9D9D9D. Windows color (decimal): -7491231 or 6402445. OLE color: 6402445.
HSL color Cylindrical-coordinate representation of color #8DB161: hue angle of 87º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB161 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 97 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.31 |
| HSL | 87º | 0.34% | 0.54% | - |
| HSV(B) | 87º | 0.45% | 0.69% | - |
| XYZ | 28.86 | 37.97 | 17.12 | - |
| YUV | 157.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 97 | 0.20 | 0 | 0.45 | 0.31 | 87 | 0.34 | 0.54 |
| Hex | 8D | B1 | 61 | 14 | 0 | 2D | 1F | 57 | 22 | 36 |
| Octal | 215 | 261 | 141 | 24 | 0 | 55 | 37 | 127 | 42 | 66 |
| Binary | 10001101 | 10110001 | 1100001 | 10100 | 0 | 101101 | 11111 | 1010111 | 100010 | 110110 |
Color Harmonies of #8DB161
Complementary color
Monochromatic Colors of #8DB161
Black with #8DB161
Text Example
Text Example
White with #8DB161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB161; }
p { color: rgb(141,177,97); }
H1.HeaderClassName
{
color: #8DB161;
}
.AnyTagClassName
{
color: #8DB161;
}
</style>
background-color css
<style>
a { background-color: #8DB161; }
a { background-color: rgb(141,177,97); }
div.DivClassName
{
background-color: #8DB161;
}
.BgClassName
{
background-color: #8DB161;
}
</style>
border-color css
<style>
span { border-color: #8DB161; }
span { border-color: rgb(141,177,97); }
td.TdClassName
{
border-color: #8DB161;
}
.TagClassName
{
border-color: #8DB161;
}
</style>