Shades of Chelsea Cucumber #8CB64C
Tints of Chelsea Cucumber #8CB64C
RGB
CMYK
RGB Variations
Color information
#8CB64C (or 0x8CB64C) is known color: Chelsea Cucumber. HEX triplet: 8C, B6 and 4C. RGB value is (140,182,76). Sum of RGB (Red+Green+Blue) = 140+182+76=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB64C is #7349B3. Grayscale: #9D9D9D. Windows color (decimal): -7555508 or 5027468. OLE color: 5027468.
HSL color Cylindrical-coordinate representation of color #8CB64C: hue angle of 83.77º 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 #8CB64C is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 76 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.29 |
| HSL | 83.77º | 0.42% | 0.51% | - |
| HSV(B) | 83.77º | 0.58% | 0.71% | - |
| XYZ | 28.85 | 39.55 | 12.95 | - |
| YUV | 157.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 76 | 0.23 | 0 | 0.58 | 0.29 | 83.77 | 0.42 | 0.51 |
| Hex | 8C | B6 | 4C | 17 | 0 | 3A | 1D | 54 | 2A | 33 |
| Octal | 214 | 266 | 114 | 27 | 0 | 72 | 35 | 124 | 52 | 63 |
| Binary | 10001100 | 10110110 | 1001100 | 10111 | 0 | 111010 | 11101 | 1010100 | 101010 | 110011 |
Color Harmonies of #8CB64C
Complementary color
Monochromatic Colors of #8CB64C
Black with #8CB64C
Text Example
Text Example
White with #8CB64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB64C; }
p { color: rgb(140,182,76); }
H1.HeaderClassName
{
color: #8CB64C;
}
.AnyTagClassName
{
color: #8CB64C;
}
</style>
background-color css
<style>
a { background-color: #8CB64C; }
a { background-color: rgb(140,182,76); }
div.DivClassName
{
background-color: #8CB64C;
}
.BgClassName
{
background-color: #8CB64C;
}
</style>
border-color css
<style>
span { border-color: #8CB64C; }
span { border-color: rgb(140,182,76); }
td.TdClassName
{
border-color: #8CB64C;
}
.TagClassName
{
border-color: #8CB64C;
}
</style>