Shades of Chelsea Cucumber #8CB85C
Tints of Chelsea Cucumber #8CB85C
RGB
CMYK
RGB Variations
Color information
#8CB85C (or 0x8CB85C) is known color: Chelsea Cucumber. HEX triplet: 8C, B8 and 5C. RGB value is (140,184,92). Sum of RGB (Red+Green+Blue) = 140+184+92=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB85C is #7347A3. Grayscale: #A0A0A0. Windows color (decimal): -7554980 or 6076556. OLE color: 6076556.
HSL color Cylindrical-coordinate representation of color #8CB85C: hue angle of 88.7º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CB85C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 92 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.28 |
| HSL | 88.7º | 0.39% | 0.54% | - |
| HSV(B) | 88.7º | 0.5% | 0.72% | - |
| XYZ | 29.89 | 40.63 | 16.39 | - |
| YUV | 160.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 92 | 0.24 | 0 | 0.50 | 0.28 | 88.7 | 0.39 | 0.54 |
| Hex | 8C | B8 | 5C | 18 | 0 | 32 | 1C | 59 | 27 | 36 |
| Octal | 214 | 270 | 134 | 30 | 0 | 62 | 34 | 131 | 47 | 66 |
| Binary | 10001100 | 10111000 | 1011100 | 11000 | 0 | 110010 | 11100 | 1011001 | 100111 | 110110 |
Color Harmonies of #8CB85C
Complementary color
Monochromatic Colors of #8CB85C
Black with #8CB85C
Text Example
Text Example
White with #8CB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB85C; }
p { color: rgb(140,184,92); }
H1.HeaderClassName
{
color: #8CB85C;
}
.AnyTagClassName
{
color: #8CB85C;
}
</style>
background-color css
<style>
a { background-color: #8CB85C; }
a { background-color: rgb(140,184,92); }
div.DivClassName
{
background-color: #8CB85C;
}
.BgClassName
{
background-color: #8CB85C;
}
</style>
border-color css
<style>
span { border-color: #8CB85C; }
span { border-color: rgb(140,184,92); }
td.TdClassName
{
border-color: #8CB85C;
}
.TagClassName
{
border-color: #8CB85C;
}
</style>