Shades of Chelsea Cucumber #8CB64D
Tints of Chelsea Cucumber #8CB64D
RGB
CMYK
RGB Variations
Color information
#8CB64D (or 0x8CB64D) is known color: Chelsea Cucumber. HEX triplet: 8C, B6 and 4D. RGB value is (140,182,77). Sum of RGB (Red+Green+Blue) = 140+182+77=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB64D is #7349B2. Grayscale: #9D9D9D. Windows color (decimal): -7555507 or 5093004. OLE color: 5093004.
HSL color Cylindrical-coordinate representation of color #8CB64D: hue angle of 84º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CB64D is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 77 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.29 |
| HSL | 84º | 0.42% | 0.51% | - |
| HSV(B) | 84º | 0.58% | 0.71% | - |
| XYZ | 28.88 | 39.57 | 13.14 | - |
| YUV | 157.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 77 | 0.23 | 0 | 0.58 | 0.29 | 84 | 0.42 | 0.51 |
| Hex | 8C | B6 | 4D | 17 | 0 | 3A | 1D | 54 | 2A | 33 |
| Octal | 214 | 266 | 115 | 27 | 0 | 72 | 35 | 124 | 52 | 63 |
| Binary | 10001100 | 10110110 | 1001101 | 10111 | 0 | 111010 | 11101 | 1010100 | 101010 | 110011 |
Color Harmonies of #8CB64D
Complementary color
Monochromatic Colors of #8CB64D
Black with #8CB64D
Text Example
Text Example
White with #8CB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB64D; }
p { color: rgb(140,182,77); }
H1.HeaderClassName
{
color: #8CB64D;
}
.AnyTagClassName
{
color: #8CB64D;
}
</style>
background-color css
<style>
a { background-color: #8CB64D; }
a { background-color: rgb(140,182,77); }
div.DivClassName
{
background-color: #8CB64D;
}
.BgClassName
{
background-color: #8CB64D;
}
</style>
border-color css
<style>
span { border-color: #8CB64D; }
span { border-color: rgb(140,182,77); }
td.TdClassName
{
border-color: #8CB64D;
}
.TagClassName
{
border-color: #8CB64D;
}
</style>