Shades of Chelsea Cucumber #8CB94C
Tints of Chelsea Cucumber #8CB94C
RGB
CMYK
RGB Variations
Color information
#8CB94C (or 0x8CB94C) is known color: Chelsea Cucumber. HEX triplet: 8C, B9 and 4C. RGB value is (140,185,76). Sum of RGB (Red+Green+Blue) = 140+185+76=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB94C is #7346B3. Grayscale: #9F9F9F. Windows color (decimal): -7554740 or 5028236. OLE color: 5028236.
HSL color Cylindrical-coordinate representation of color #8CB94C: hue angle of 84.77º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CB94C is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 76 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.27 |
| HSL | 84.77º | 0.44% | 0.51% | - |
| HSV(B) | 84.77º | 0.59% | 0.73% | - |
| XYZ | 29.47 | 40.8 | 13.16 | - |
| YUV | 159.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 76 | 0.24 | 0 | 0.59 | 0.27 | 84.77 | 0.44 | 0.51 |
| Hex | 8C | B9 | 4C | 18 | 0 | 3B | 1B | 55 | 2C | 33 |
| Octal | 214 | 271 | 114 | 30 | 0 | 73 | 33 | 125 | 54 | 63 |
| Binary | 10001100 | 10111001 | 1001100 | 11000 | 0 | 111011 | 11011 | 1010101 | 101100 | 110011 |
Color Harmonies of #8CB94C
Complementary color
Monochromatic Colors of #8CB94C
Black with #8CB94C
Text Example
Text Example
White with #8CB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB94C; }
p { color: rgb(140,185,76); }
H1.HeaderClassName
{
color: #8CB94C;
}
.AnyTagClassName
{
color: #8CB94C;
}
</style>
background-color css
<style>
a { background-color: #8CB94C; }
a { background-color: rgb(140,185,76); }
div.DivClassName
{
background-color: #8CB94C;
}
.BgClassName
{
background-color: #8CB94C;
}
</style>
border-color css
<style>
span { border-color: #8CB94C; }
span { border-color: rgb(140,185,76); }
td.TdClassName
{
border-color: #8CB94C;
}
.TagClassName
{
border-color: #8CB94C;
}
</style>