Shades of Chelsea Cucumber #8CB844
Tints of Chelsea Cucumber #8CB844
RGB
CMYK
RGB Variations
Color information
#8CB844 (or 0x8CB844) is known color: Chelsea Cucumber. HEX triplet: 8C, B8 and 44. RGB value is (140,184,68). Sum of RGB (Red+Green+Blue) = 140+184+68=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB844 is #7347BB. Grayscale: #9E9E9E. Windows color (decimal): -7555004 or 4503692. OLE color: 4503692.
HSL color Cylindrical-coordinate representation of color #8CB844: hue angle of 82.76º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CB844 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 68 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.28 |
| HSL | 82.76º | 0.46% | 0.49% | - |
| HSV(B) | 82.76º | 0.63% | 0.72% | - |
| XYZ | 29 | 40.27 | 11.71 | - |
| YUV | 157.62 | 77.42 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 68 | 0.24 | 0 | 0.63 | 0.28 | 82.76 | 0.46 | 0.49 |
| Hex | 8C | B8 | 44 | 18 | 0 | 3F | 1C | 53 | 2E | 31 |
| Octal | 214 | 270 | 104 | 30 | 0 | 77 | 34 | 123 | 56 | 61 |
| Binary | 10001100 | 10111000 | 1000100 | 11000 | 0 | 111111 | 11100 | 1010011 | 101110 | 110001 |
Color Harmonies of #8CB844
Complementary color
Monochromatic Colors of #8CB844
Black with #8CB844
Text Example
Text Example
White with #8CB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB844; }
p { color: rgb(140,184,68); }
H1.HeaderClassName
{
color: #8CB844;
}
.AnyTagClassName
{
color: #8CB844;
}
</style>
background-color css
<style>
a { background-color: #8CB844; }
a { background-color: rgb(140,184,68); }
div.DivClassName
{
background-color: #8CB844;
}
.BgClassName
{
background-color: #8CB844;
}
</style>
border-color css
<style>
span { border-color: #8CB844; }
span { border-color: rgb(140,184,68); }
td.TdClassName
{
border-color: #8CB844;
}
.TagClassName
{
border-color: #8CB844;
}
</style>