Shades of Chelsea Cucumber #8CB755
Tints of Chelsea Cucumber #8CB755
RGB
CMYK
RGB Variations
Color information
#8CB755 (or 0x8CB755) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 55. RGB value is (140,183,85). Sum of RGB (Red+Green+Blue) = 140+183+85=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB755 is #7348AA. Grayscale: #9F9F9F. Windows color (decimal): -7555243 or 5617548. OLE color: 5617548.
HSL color Cylindrical-coordinate representation of color #8CB755: hue angle of 86.33º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CB755 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 85 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.28 |
| HSL | 86.33º | 0.4% | 0.53% | - |
| HSV(B) | 86.33º | 0.54% | 0.72% | - |
| XYZ | 29.39 | 40.1 | 14.79 | - |
| YUV | 158.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 85 | 0.23 | 0 | 0.54 | 0.28 | 86.33 | 0.4 | 0.53 |
| Hex | 8C | B7 | 55 | 17 | 0 | 36 | 1C | 56 | 28 | 35 |
| Octal | 214 | 267 | 125 | 27 | 0 | 66 | 34 | 126 | 50 | 65 |
| Binary | 10001100 | 10110111 | 1010101 | 10111 | 0 | 110110 | 11100 | 1010110 | 101000 | 110101 |
Color Harmonies of #8CB755
Complementary color
Monochromatic Colors of #8CB755
Black with #8CB755
Text Example
Text Example
White with #8CB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB755; }
p { color: rgb(140,183,85); }
H1.HeaderClassName
{
color: #8CB755;
}
.AnyTagClassName
{
color: #8CB755;
}
</style>
background-color css
<style>
a { background-color: #8CB755; }
a { background-color: rgb(140,183,85); }
div.DivClassName
{
background-color: #8CB755;
}
.BgClassName
{
background-color: #8CB755;
}
</style>
border-color css
<style>
span { border-color: #8CB755; }
span { border-color: rgb(140,183,85); }
td.TdClassName
{
border-color: #8CB755;
}
.TagClassName
{
border-color: #8CB755;
}
</style>