Shades of Chelsea Cucumber #8DBB5C
Tints of Chelsea Cucumber #8DBB5C
RGB
CMYK
RGB Variations
Color information
#8DBB5C (or 0x8DBB5C) is known color: Chelsea Cucumber. HEX triplet: 8D, BB and 5C. RGB value is (141,187,92). Sum of RGB (Red+Green+Blue) = 141+187+92=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB5C is #7244A3. Grayscale: #A2A2A2. Windows color (decimal): -7488676 or 6077325. OLE color: 6077325.
HSL color Cylindrical-coordinate representation of color #8DBB5C: hue angle of 89.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DBB5C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 92 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.27 |
| HSL | 89.05º | 0.41% | 0.55% | - |
| HSV(B) | 89.05º | 0.51% | 0.73% | - |
| XYZ | 30.69 | 41.98 | 16.61 | - |
| YUV | 162.42 | 88.26 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 92 | 0.25 | 0 | 0.51 | 0.27 | 89.05 | 0.41 | 0.55 |
| Hex | 8D | BB | 5C | 19 | 0 | 33 | 1B | 59 | 29 | 37 |
| Octal | 215 | 273 | 134 | 31 | 0 | 63 | 33 | 131 | 51 | 67 |
| Binary | 10001101 | 10111011 | 1011100 | 11001 | 0 | 110011 | 11011 | 1011001 | 101001 | 110111 |
Color Harmonies of #8DBB5C
Complementary color
Monochromatic Colors of #8DBB5C
Black with #8DBB5C
Text Example
Text Example
White with #8DBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB5C; }
p { color: rgb(141,187,92); }
H1.HeaderClassName
{
color: #8DBB5C;
}
.AnyTagClassName
{
color: #8DBB5C;
}
</style>
background-color css
<style>
a { background-color: #8DBB5C; }
a { background-color: rgb(141,187,92); }
div.DivClassName
{
background-color: #8DBB5C;
}
.BgClassName
{
background-color: #8DBB5C;
}
</style>
border-color css
<style>
span { border-color: #8DBB5C; }
span { border-color: rgb(141,187,92); }
td.TdClassName
{
border-color: #8DBB5C;
}
.TagClassName
{
border-color: #8DBB5C;
}
</style>