Shades of Chelsea Cucumber #8DB065
Tints of Chelsea Cucumber #8DB065
RGB
CMYK
RGB Variations
Color information
#8DB065 (or 0x8DB065) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 65. RGB value is (141,176,101). Sum of RGB (Red+Green+Blue) = 141+176+101=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB065 is #724F9A. Grayscale: #9D9D9D. Windows color (decimal): -7491483 or 6664333. OLE color: 6664333.
HSL color Cylindrical-coordinate representation of color #8DB065: hue angle of 88º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB065 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 101 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.31 |
| HSL | 88º | 0.32% | 0.54% | - |
| HSV(B) | 88º | 0.43% | 0.69% | - |
| XYZ | 28.86 | 37.65 | 18.06 | - |
| YUV | 156.99 | 96.4 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 101 | 0.20 | 0 | 0.43 | 0.31 | 88 | 0.32 | 0.54 |
| Hex | 8D | B0 | 65 | 14 | 0 | 2B | 1F | 58 | 20 | 36 |
| Octal | 215 | 260 | 145 | 24 | 0 | 53 | 37 | 130 | 40 | 66 |
| Binary | 10001101 | 10110000 | 1100101 | 10100 | 0 | 101011 | 11111 | 1011000 | 100000 | 110110 |
Color Harmonies of #8DB065
Complementary color
Monochromatic Colors of #8DB065
Black with #8DB065
Text Example
Text Example
White with #8DB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB065; }
p { color: rgb(141,176,101); }
H1.HeaderClassName
{
color: #8DB065;
}
.AnyTagClassName
{
color: #8DB065;
}
</style>
background-color css
<style>
a { background-color: #8DB065; }
a { background-color: rgb(141,176,101); }
div.DivClassName
{
background-color: #8DB065;
}
.BgClassName
{
background-color: #8DB065;
}
</style>
border-color css
<style>
span { border-color: #8DB065; }
span { border-color: rgb(141,176,101); }
td.TdClassName
{
border-color: #8DB065;
}
.TagClassName
{
border-color: #8DB065;
}
</style>