Shades of Chelsea Cucumber #8CA353
Tints of Chelsea Cucumber #8CA353
RGB
CMYK
RGB Variations
Color information
#8CA353 (or 0x8CA353) is known color: Chelsea Cucumber. HEX triplet: 8C, A3 and 53. RGB value is (140,163,83). Sum of RGB (Red+Green+Blue) = 140+163+83=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA353 is #735CAC. Grayscale: #939393. Windows color (decimal): -7560365 or 5481356. OLE color: 5481356.
HSL color Cylindrical-coordinate representation of color #8CA353: hue angle of 77.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CA353 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 83 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.36 |
| HSL | 77.25º | 0.33% | 0.48% | - |
| HSV(B) | 77.25º | 0.49% | 0.64% | - |
| XYZ | 25.47 | 32.39 | 13.09 | - |
| YUV | 147 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 83 | 0.14 | 0 | 0.49 | 0.36 | 77.25 | 0.33 | 0.48 |
| Hex | 8C | A3 | 53 | E | 0 | 31 | 24 | 4D | 21 | 30 |
| Octal | 214 | 243 | 123 | 16 | 0 | 61 | 44 | 115 | 41 | 60 |
| Binary | 10001100 | 10100011 | 1010011 | 1110 | 0 | 110001 | 100100 | 1001101 | 100001 | 110000 |
Color Harmonies of #8CA353
Complementary color
Monochromatic Colors of #8CA353
Black with #8CA353
Text Example
Text Example
White with #8CA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA353; }
p { color: rgb(140,163,83); }
H1.HeaderClassName
{
color: #8CA353;
}
.AnyTagClassName
{
color: #8CA353;
}
</style>
background-color css
<style>
a { background-color: #8CA353; }
a { background-color: rgb(140,163,83); }
div.DivClassName
{
background-color: #8CA353;
}
.BgClassName
{
background-color: #8CA353;
}
</style>
border-color css
<style>
span { border-color: #8CA353; }
span { border-color: rgb(140,163,83); }
td.TdClassName
{
border-color: #8CA353;
}
.TagClassName
{
border-color: #8CA353;
}
</style>