Shades of Chelsea Cucumber #8CB751
Tints of Chelsea Cucumber #8CB751
RGB
CMYK
RGB Variations
Color information
#8CB751 (or 0x8CB751) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 51. RGB value is (140,183,81). Sum of RGB (Red+Green+Blue) = 140+183+81=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB751 is #7348AE. Grayscale: #9E9E9E. Windows color (decimal): -7555247 or 5355404. OLE color: 5355404.
HSL color Cylindrical-coordinate representation of color #8CB751: hue angle of 85.29º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CB751 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 81 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.28 |
| HSL | 85.29º | 0.41% | 0.52% | - |
| HSV(B) | 85.29º | 0.56% | 0.72% | - |
| XYZ | 29.23 | 40.04 | 13.97 | - |
| YUV | 158.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 81 | 0.23 | 0 | 0.56 | 0.28 | 85.29 | 0.41 | 0.52 |
| Hex | 8C | B7 | 51 | 17 | 0 | 38 | 1C | 55 | 29 | 34 |
| Octal | 214 | 267 | 121 | 27 | 0 | 70 | 34 | 125 | 51 | 64 |
| Binary | 10001100 | 10110111 | 1010001 | 10111 | 0 | 111000 | 11100 | 1010101 | 101001 | 110100 |
Color Harmonies of #8CB751
Complementary color
Monochromatic Colors of #8CB751
Black with #8CB751
Text Example
Text Example
White with #8CB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB751; }
p { color: rgb(140,183,81); }
H1.HeaderClassName
{
color: #8CB751;
}
.AnyTagClassName
{
color: #8CB751;
}
</style>
background-color css
<style>
a { background-color: #8CB751; }
a { background-color: rgb(140,183,81); }
div.DivClassName
{
background-color: #8CB751;
}
.BgClassName
{
background-color: #8CB751;
}
</style>
border-color css
<style>
span { border-color: #8CB751; }
span { border-color: rgb(140,183,81); }
td.TdClassName
{
border-color: #8CB751;
}
.TagClassName
{
border-color: #8CB751;
}
</style>