Shades of Chelsea Cucumber #8CB758
Tints of Chelsea Cucumber #8CB758
RGB
CMYK
RGB Variations
Color information
#8CB758 (or 0x8CB758) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 58. RGB value is (140,183,88). Sum of RGB (Red+Green+Blue) = 140+183+88=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB758 is #7348A7. Grayscale: #9F9F9F. Windows color (decimal): -7555240 or 5814156. OLE color: 5814156.
HSL color Cylindrical-coordinate representation of color #8CB758: hue angle of 87.16º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CB758 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 88 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.28 |
| HSL | 87.16º | 0.4% | 0.53% | - |
| HSV(B) | 87.16º | 0.52% | 0.72% | - |
| XYZ | 29.51 | 40.15 | 15.43 | - |
| YUV | 159.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 88 | 0.23 | 0 | 0.52 | 0.28 | 87.16 | 0.4 | 0.53 |
| Hex | 8C | B7 | 58 | 17 | 0 | 34 | 1C | 57 | 28 | 35 |
| Octal | 214 | 267 | 130 | 27 | 0 | 64 | 34 | 127 | 50 | 65 |
| Binary | 10001100 | 10110111 | 1011000 | 10111 | 0 | 110100 | 11100 | 1010111 | 101000 | 110101 |
Color Harmonies of #8CB758
Complementary color
Monochromatic Colors of #8CB758
Black with #8CB758
Text Example
Text Example
White with #8CB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB758; }
p { color: rgb(140,183,88); }
H1.HeaderClassName
{
color: #8CB758;
}
.AnyTagClassName
{
color: #8CB758;
}
</style>
background-color css
<style>
a { background-color: #8CB758; }
a { background-color: rgb(140,183,88); }
div.DivClassName
{
background-color: #8CB758;
}
.BgClassName
{
background-color: #8CB758;
}
</style>
border-color css
<style>
span { border-color: #8CB758; }
span { border-color: rgb(140,183,88); }
td.TdClassName
{
border-color: #8CB758;
}
.TagClassName
{
border-color: #8CB758;
}
</style>