Shades of Chelsea Cucumber #8CA363
Tints of Chelsea Cucumber #8CA363
RGB
CMYK
RGB Variations
Color information
#8CA363 (or 0x8CA363) is known color: Chelsea Cucumber. HEX triplet: 8C, A3 and 63. RGB value is (140,163,99). Sum of RGB (Red+Green+Blue) = 140+163+99=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA363 is #735C9C. Grayscale: #959595. Windows color (decimal): -7560349 or 6529932. OLE color: 6529932.
HSL color Cylindrical-coordinate representation of color #8CA363: hue angle of 81.56º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CA363 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 99 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.36 |
| HSL | 81.56º | 0.26% | 0.51% | - |
| HSV(B) | 81.56º | 0.39% | 0.64% | - |
| XYZ | 26.16 | 32.67 | 16.73 | - |
| YUV | 148.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 99 | 0.14 | 0 | 0.39 | 0.36 | 81.56 | 0.26 | 0.51 |
| Hex | 8C | A3 | 63 | E | 0 | 27 | 24 | 52 | 1A | 33 |
| Octal | 214 | 243 | 143 | 16 | 0 | 47 | 44 | 122 | 32 | 63 |
| Binary | 10001100 | 10100011 | 1100011 | 1110 | 0 | 100111 | 100100 | 1010010 | 11010 | 110011 |
Color Harmonies of #8CA363
Complementary color
Monochromatic Colors of #8CA363
Black with #8CA363
Text Example
Text Example
White with #8CA363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA363; }
p { color: rgb(140,163,99); }
H1.HeaderClassName
{
color: #8CA363;
}
.AnyTagClassName
{
color: #8CA363;
}
</style>
background-color css
<style>
a { background-color: #8CA363; }
a { background-color: rgb(140,163,99); }
div.DivClassName
{
background-color: #8CA363;
}
.BgClassName
{
background-color: #8CA363;
}
</style>
border-color css
<style>
span { border-color: #8CA363; }
span { border-color: rgb(140,163,99); }
td.TdClassName
{
border-color: #8CA363;
}
.TagClassName
{
border-color: #8CA363;
}
</style>