Shades of Chelsea Cucumber #8CB863
Tints of Chelsea Cucumber #8CB863
RGB
CMYK
RGB Variations
Color information
#8CB863 (or 0x8CB863) is known color: Chelsea Cucumber. HEX triplet: 8C, B8 and 63. RGB value is (140,184,99). Sum of RGB (Red+Green+Blue) = 140+184+99=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB863 is #73479C. Grayscale: #A1A1A1. Windows color (decimal): -7554973 or 6535308. OLE color: 6535308.
HSL color Cylindrical-coordinate representation of color #8CB863: hue angle of 91.06º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CB863 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 99 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.28 |
| HSL | 91.06º | 0.37% | 0.55% | - |
| HSV(B) | 91.06º | 0.46% | 0.72% | - |
| XYZ | 30.21 | 40.76 | 18.08 | - |
| YUV | 161.15 | 92.92 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 99 | 0.24 | 0 | 0.46 | 0.28 | 91.06 | 0.37 | 0.55 |
| Hex | 8C | B8 | 63 | 18 | 0 | 2E | 1C | 5B | 25 | 37 |
| Octal | 214 | 270 | 143 | 30 | 0 | 56 | 34 | 133 | 45 | 67 |
| Binary | 10001100 | 10111000 | 1100011 | 11000 | 0 | 101110 | 11100 | 1011011 | 100101 | 110111 |
Color Harmonies of #8CB863
Complementary color
Monochromatic Colors of #8CB863
Black with #8CB863
Text Example
Text Example
White with #8CB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB863; }
p { color: rgb(140,184,99); }
H1.HeaderClassName
{
color: #8CB863;
}
.AnyTagClassName
{
color: #8CB863;
}
</style>
background-color css
<style>
a { background-color: #8CB863; }
a { background-color: rgb(140,184,99); }
div.DivClassName
{
background-color: #8CB863;
}
.BgClassName
{
background-color: #8CB863;
}
</style>
border-color css
<style>
span { border-color: #8CB863; }
span { border-color: rgb(140,184,99); }
td.TdClassName
{
border-color: #8CB863;
}
.TagClassName
{
border-color: #8CB863;
}
</style>