Shades of Chelsea Cucumber #8CBA5C
Tints of Chelsea Cucumber #8CBA5C
RGB
CMYK
RGB Variations
Color information
#8CBA5C (or 0x8CBA5C) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 5C. RGB value is (140,186,92). Sum of RGB (Red+Green+Blue) = 140+186+92=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA5C is #7345A3. Grayscale: #A1A1A1. Windows color (decimal): -7554468 or 6077068. OLE color: 6077068.
HSL color Cylindrical-coordinate representation of color #8CBA5C: hue angle of 89.36º 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 #8CBA5C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 92 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.27 |
| HSL | 89.36º | 0.41% | 0.55% | - |
| HSV(B) | 89.36º | 0.51% | 0.73% | - |
| XYZ | 30.31 | 41.47 | 16.53 | - |
| YUV | 161.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 92 | 0.25 | 0 | 0.51 | 0.27 | 89.36 | 0.41 | 0.55 |
| Hex | 8C | BA | 5C | 19 | 0 | 33 | 1B | 59 | 29 | 37 |
| Octal | 214 | 272 | 134 | 31 | 0 | 63 | 33 | 131 | 51 | 67 |
| Binary | 10001100 | 10111010 | 1011100 | 11001 | 0 | 110011 | 11011 | 1011001 | 101001 | 110111 |
Color Harmonies of #8CBA5C
Complementary color
Monochromatic Colors of #8CBA5C
Black with #8CBA5C
Text Example
Text Example
White with #8CBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA5C; }
p { color: rgb(140,186,92); }
H1.HeaderClassName
{
color: #8CBA5C;
}
.AnyTagClassName
{
color: #8CBA5C;
}
</style>
background-color css
<style>
a { background-color: #8CBA5C; }
a { background-color: rgb(140,186,92); }
div.DivClassName
{
background-color: #8CBA5C;
}
.BgClassName
{
background-color: #8CBA5C;
}
</style>
border-color css
<style>
span { border-color: #8CBA5C; }
span { border-color: rgb(140,186,92); }
td.TdClassName
{
border-color: #8CBA5C;
}
.TagClassName
{
border-color: #8CBA5C;
}
</style>