Shades of Chelsea Cucumber #8DB95B
Tints of Chelsea Cucumber #8DB95B
RGB
CMYK
RGB Variations
Color information
#8DB95B (or 0x8DB95B) is known color: Chelsea Cucumber. HEX triplet: 8D, B9 and 5B. RGB value is (141,185,91). Sum of RGB (Red+Green+Blue) = 141+185+91=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB95B is #7246A4. Grayscale: #A1A1A1. Windows color (decimal): -7489189 or 6011277. OLE color: 6011277.
HSL color Cylindrical-coordinate representation of color #8DB95B: hue angle of 88.09º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DB95B is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 91 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.27 |
| HSL | 88.09º | 0.4% | 0.54% | - |
| HSV(B) | 88.09º | 0.51% | 0.73% | - |
| XYZ | 30.22 | 41.12 | 16.24 | - |
| YUV | 161.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 91 | 0.24 | 0 | 0.51 | 0.27 | 88.09 | 0.4 | 0.54 |
| Hex | 8D | B9 | 5B | 18 | 0 | 33 | 1B | 58 | 28 | 36 |
| Octal | 215 | 271 | 133 | 30 | 0 | 63 | 33 | 130 | 50 | 66 |
| Binary | 10001101 | 10111001 | 1011011 | 11000 | 0 | 110011 | 11011 | 1011000 | 101000 | 110110 |
Color Harmonies of #8DB95B
Complementary color
Monochromatic Colors of #8DB95B
Black with #8DB95B
Text Example
Text Example
White with #8DB95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB95B; }
p { color: rgb(141,185,91); }
H1.HeaderClassName
{
color: #8DB95B;
}
.AnyTagClassName
{
color: #8DB95B;
}
</style>
background-color css
<style>
a { background-color: #8DB95B; }
a { background-color: rgb(141,185,91); }
div.DivClassName
{
background-color: #8DB95B;
}
.BgClassName
{
background-color: #8DB95B;
}
</style>
border-color css
<style>
span { border-color: #8DB95B; }
span { border-color: rgb(141,185,91); }
td.TdClassName
{
border-color: #8DB95B;
}
.TagClassName
{
border-color: #8DB95B;
}
</style>