Shades of Chelsea Cucumber #8CB644
Tints of Chelsea Cucumber #8CB644
RGB
CMYK
RGB Variations
Color information
#8CB644 (or 0x8CB644) is known color: Chelsea Cucumber. HEX triplet: 8C, B6 and 44. RGB value is (140,182,68). Sum of RGB (Red+Green+Blue) = 140+182+68=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB644 is #7349BB. Grayscale: #9C9C9C. Windows color (decimal): -7555516 or 4503180. OLE color: 4503180.
HSL color Cylindrical-coordinate representation of color #8CB644: hue angle of 82.11º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CB644 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 68 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.29 |
| HSL | 82.11º | 0.46% | 0.49% | - |
| HSV(B) | 82.11º | 0.63% | 0.71% | - |
| XYZ | 28.59 | 39.45 | 11.58 | - |
| YUV | 156.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 68 | 0.23 | 0 | 0.63 | 0.29 | 82.11 | 0.46 | 0.49 |
| Hex | 8C | B6 | 44 | 17 | 0 | 3F | 1D | 52 | 2E | 31 |
| Octal | 214 | 266 | 104 | 27 | 0 | 77 | 35 | 122 | 56 | 61 |
| Binary | 10001100 | 10110110 | 1000100 | 10111 | 0 | 111111 | 11101 | 1010010 | 101110 | 110001 |
Color Harmonies of #8CB644
Complementary color
Monochromatic Colors of #8CB644
Black with #8CB644
Text Example
Text Example
White with #8CB644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB644; }
p { color: rgb(140,182,68); }
H1.HeaderClassName
{
color: #8CB644;
}
.AnyTagClassName
{
color: #8CB644;
}
</style>
background-color css
<style>
a { background-color: #8CB644; }
a { background-color: rgb(140,182,68); }
div.DivClassName
{
background-color: #8CB644;
}
.BgClassName
{
background-color: #8CB644;
}
</style>
border-color css
<style>
span { border-color: #8CB644; }
span { border-color: rgb(140,182,68); }
td.TdClassName
{
border-color: #8CB644;
}
.TagClassName
{
border-color: #8CB644;
}
</style>