Shades of Chelsea Cucumber #8CB746
Tints of Chelsea Cucumber #8CB746
RGB
CMYK
RGB Variations
Color information
#8CB746 (or 0x8CB746) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 46. RGB value is (140,183,70). Sum of RGB (Red+Green+Blue) = 140+183+70=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB746 is #7348B9. Grayscale: #9D9D9D. Windows color (decimal): -7555258 or 4634508. OLE color: 4634508.
HSL color Cylindrical-coordinate representation of color #8CB746: hue angle of 82.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CB746 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 70 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.28 |
| HSL | 82.83º | 0.45% | 0.5% | - |
| HSV(B) | 82.83º | 0.62% | 0.72% | - |
| XYZ | 28.85 | 39.88 | 11.97 | - |
| YUV | 157.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 70 | 0.23 | 0 | 0.62 | 0.28 | 82.83 | 0.45 | 0.5 |
| Hex | 8C | B7 | 46 | 17 | 0 | 3E | 1C | 53 | 2D | 32 |
| Octal | 214 | 267 | 106 | 27 | 0 | 76 | 34 | 123 | 55 | 62 |
| Binary | 10001100 | 10110111 | 1000110 | 10111 | 0 | 111110 | 11100 | 1010011 | 101101 | 110010 |
Color Harmonies of #8CB746
Complementary color
Monochromatic Colors of #8CB746
Black with #8CB746
Text Example
Text Example
White with #8CB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB746; }
p { color: rgb(140,183,70); }
H1.HeaderClassName
{
color: #8CB746;
}
.AnyTagClassName
{
color: #8CB746;
}
</style>
background-color css
<style>
a { background-color: #8CB746; }
a { background-color: rgb(140,183,70); }
div.DivClassName
{
background-color: #8CB746;
}
.BgClassName
{
background-color: #8CB746;
}
</style>
border-color css
<style>
span { border-color: #8CB746; }
span { border-color: rgb(140,183,70); }
td.TdClassName
{
border-color: #8CB746;
}
.TagClassName
{
border-color: #8CB746;
}
</style>