Shades of Chelsea Cucumber #8CB363
Tints of Chelsea Cucumber #8CB363
RGB
CMYK
RGB Variations
Color information
#8CB363 (or 0x8CB363) is known color: Chelsea Cucumber. HEX triplet: 8C, B3 and 63. RGB value is (140,179,99). Sum of RGB (Red+Green+Blue) = 140+179+99=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB363 is #734C9C. Grayscale: #9E9E9E. Windows color (decimal): -7556253 or 6534028. OLE color: 6534028.
HSL color Cylindrical-coordinate representation of color #8CB363: hue angle of 89.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CB363 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 99 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.30 |
| HSL | 89.25º | 0.34% | 0.55% | - |
| HSV(B) | 89.25º | 0.45% | 0.7% | - |
| XYZ | 29.19 | 38.72 | 17.74 | - |
| YUV | 158.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 99 | 0.22 | 0 | 0.45 | 0.30 | 89.25 | 0.34 | 0.55 |
| Hex | 8C | B3 | 63 | 16 | 0 | 2D | 1E | 59 | 22 | 37 |
| Octal | 214 | 263 | 143 | 26 | 0 | 55 | 36 | 131 | 42 | 67 |
| Binary | 10001100 | 10110011 | 1100011 | 10110 | 0 | 101101 | 11110 | 1011001 | 100010 | 110111 |
Color Harmonies of #8CB363
Complementary color
Monochromatic Colors of #8CB363
Black with #8CB363
Text Example
Text Example
White with #8CB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB363; }
p { color: rgb(140,179,99); }
H1.HeaderClassName
{
color: #8CB363;
}
.AnyTagClassName
{
color: #8CB363;
}
</style>
background-color css
<style>
a { background-color: #8CB363; }
a { background-color: rgb(140,179,99); }
div.DivClassName
{
background-color: #8CB363;
}
.BgClassName
{
background-color: #8CB363;
}
</style>
border-color css
<style>
span { border-color: #8CB363; }
span { border-color: rgb(140,179,99); }
td.TdClassName
{
border-color: #8CB363;
}
.TagClassName
{
border-color: #8CB363;
}
</style>