Shades of Chelsea Cucumber #8CB749
Tints of Chelsea Cucumber #8CB749
RGB
CMYK
RGB Variations
Color information
#8CB749 (or 0x8CB749) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 49. RGB value is (140,183,73). Sum of RGB (Red+Green+Blue) = 140+183+73=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB749 is #7348B6. Grayscale: #9E9E9E. Windows color (decimal): -7555255 or 4831116. OLE color: 4831116.
HSL color Cylindrical-coordinate representation of color #8CB749: hue angle of 83.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CB749 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 73 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.28 |
| HSL | 83.45º | 0.43% | 0.5% | - |
| HSV(B) | 83.45º | 0.6% | 0.72% | - |
| XYZ | 28.95 | 39.92 | 12.48 | - |
| YUV | 157.6 | 80.25 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 73 | 0.23 | 0 | 0.60 | 0.28 | 83.45 | 0.43 | 0.5 |
| Hex | 8C | B7 | 49 | 17 | 0 | 3C | 1C | 53 | 2B | 32 |
| Octal | 214 | 267 | 111 | 27 | 0 | 74 | 34 | 123 | 53 | 62 |
| Binary | 10001100 | 10110111 | 1001001 | 10111 | 0 | 111100 | 11100 | 1010011 | 101011 | 110010 |
Color Harmonies of #8CB749
Complementary color
Monochromatic Colors of #8CB749
Black with #8CB749
Text Example
Text Example
White with #8CB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB749; }
p { color: rgb(140,183,73); }
H1.HeaderClassName
{
color: #8CB749;
}
.AnyTagClassName
{
color: #8CB749;
}
</style>
background-color css
<style>
a { background-color: #8CB749; }
a { background-color: rgb(140,183,73); }
div.DivClassName
{
background-color: #8CB749;
}
.BgClassName
{
background-color: #8CB749;
}
</style>
border-color css
<style>
span { border-color: #8CB749; }
span { border-color: rgb(140,183,73); }
td.TdClassName
{
border-color: #8CB749;
}
.TagClassName
{
border-color: #8CB749;
}
</style>