Shades of Chelsea Cucumber #8CBC4C
Tints of Chelsea Cucumber #8CBC4C
RGB
CMYK
RGB Variations
Color information
#8CBC4C (or 0x8CBC4C) is known color: Chelsea Cucumber. HEX triplet: 8C, BC and 4C. RGB value is (140,188,76). Sum of RGB (Red+Green+Blue) = 140+188+76=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC4C is #7343B3. Grayscale: #A1A1A1. Windows color (decimal): -7553972 or 5029004. OLE color: 5029004.
HSL color Cylindrical-coordinate representation of color #8CBC4C: hue angle of 85.71º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CBC4C is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 76 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.26 |
| HSL | 85.71º | 0.46% | 0.52% | - |
| HSV(B) | 85.71º | 0.6% | 0.74% | - |
| XYZ | 30.1 | 42.06 | 13.37 | - |
| YUV | 160.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 76 | 0.26 | 0 | 0.60 | 0.26 | 85.71 | 0.46 | 0.52 |
| Hex | 8C | BC | 4C | 1A | 0 | 3C | 1A | 56 | 2E | 34 |
| Octal | 214 | 274 | 114 | 32 | 0 | 74 | 32 | 126 | 56 | 64 |
| Binary | 10001100 | 10111100 | 1001100 | 11010 | 0 | 111100 | 11010 | 1010110 | 101110 | 110100 |
Color Harmonies of #8CBC4C
Complementary color
Monochromatic Colors of #8CBC4C
Black with #8CBC4C
Text Example
Text Example
White with #8CBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC4C; }
p { color: rgb(140,188,76); }
H1.HeaderClassName
{
color: #8CBC4C;
}
.AnyTagClassName
{
color: #8CBC4C;
}
</style>
background-color css
<style>
a { background-color: #8CBC4C; }
a { background-color: rgb(140,188,76); }
div.DivClassName
{
background-color: #8CBC4C;
}
.BgClassName
{
background-color: #8CBC4C;
}
</style>
border-color css
<style>
span { border-color: #8CBC4C; }
span { border-color: rgb(140,188,76); }
td.TdClassName
{
border-color: #8CBC4C;
}
.TagClassName
{
border-color: #8CBC4C;
}
</style>