Shades of Chelsea Cucumber #8CB15E
Tints of Chelsea Cucumber #8CB15E
RGB
CMYK
RGB Variations
Color information
#8CB15E (or 0x8CB15E) is known color: Chelsea Cucumber. HEX triplet: 8C, B1 and 5E. RGB value is (140,177,94). Sum of RGB (Red+Green+Blue) = 140+177+94=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB15E is #734EA1. Grayscale: #9C9C9C. Windows color (decimal): -7556770 or 6205836. OLE color: 6205836.
HSL color Cylindrical-coordinate representation of color #8CB15E: hue angle of 86.75º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CB15E is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 94 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.31 |
| HSL | 86.75º | 0.35% | 0.53% | - |
| HSV(B) | 86.75º | 0.47% | 0.69% | - |
| XYZ | 28.56 | 37.83 | 16.39 | - |
| YUV | 156.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 94 | 0.21 | 0 | 0.47 | 0.31 | 86.75 | 0.35 | 0.53 |
| Hex | 8C | B1 | 5E | 15 | 0 | 2F | 1F | 57 | 23 | 35 |
| Octal | 214 | 261 | 136 | 25 | 0 | 57 | 37 | 127 | 43 | 65 |
| Binary | 10001100 | 10110001 | 1011110 | 10101 | 0 | 101111 | 11111 | 1010111 | 100011 | 110101 |
Color Harmonies of #8CB15E
Complementary color
Monochromatic Colors of #8CB15E
Black with #8CB15E
Text Example
Text Example
White with #8CB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB15E; }
p { color: rgb(140,177,94); }
H1.HeaderClassName
{
color: #8CB15E;
}
.AnyTagClassName
{
color: #8CB15E;
}
</style>
background-color css
<style>
a { background-color: #8CB15E; }
a { background-color: rgb(140,177,94); }
div.DivClassName
{
background-color: #8CB15E;
}
.BgClassName
{
background-color: #8CB15E;
}
</style>
border-color css
<style>
span { border-color: #8CB15E; }
span { border-color: rgb(140,177,94); }
td.TdClassName
{
border-color: #8CB15E;
}
.TagClassName
{
border-color: #8CB15E;
}
</style>