Shades of Chelsea Cucumber #8CB244
Tints of Chelsea Cucumber #8CB244
RGB
CMYK
RGB Variations
Color information
#8CB244 (or 0x8CB244) is known color: Chelsea Cucumber. HEX triplet: 8C, B2 and 44. RGB value is (140,178,68). Sum of RGB (Red+Green+Blue) = 140+178+68=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB244 is #734DBB. Grayscale: #9A9A9A. Windows color (decimal): -7556540 or 4502156. OLE color: 4502156.
HSL color Cylindrical-coordinate representation of color #8CB244: hue angle of 80.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CB244 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 68 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.30 |
| HSL | 80.73º | 0.45% | 0.48% | - |
| HSV(B) | 80.73º | 0.62% | 0.7% | - |
| XYZ | 27.78 | 37.83 | 11.31 | - |
| YUV | 154.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 68 | 0.21 | 0 | 0.62 | 0.30 | 80.73 | 0.45 | 0.48 |
| Hex | 8C | B2 | 44 | 15 | 0 | 3E | 1E | 51 | 2D | 30 |
| Octal | 214 | 262 | 104 | 25 | 0 | 76 | 36 | 121 | 55 | 60 |
| Binary | 10001100 | 10110010 | 1000100 | 10101 | 0 | 111110 | 11110 | 1010001 | 101101 | 110000 |
Color Harmonies of #8CB244
Complementary color
Monochromatic Colors of #8CB244
Black with #8CB244
Text Example
Text Example
White with #8CB244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB244; }
p { color: rgb(140,178,68); }
H1.HeaderClassName
{
color: #8CB244;
}
.AnyTagClassName
{
color: #8CB244;
}
</style>
background-color css
<style>
a { background-color: #8CB244; }
a { background-color: rgb(140,178,68); }
div.DivClassName
{
background-color: #8CB244;
}
.BgClassName
{
background-color: #8CB244;
}
</style>
border-color css
<style>
span { border-color: #8CB244; }
span { border-color: rgb(140,178,68); }
td.TdClassName
{
border-color: #8CB244;
}
.TagClassName
{
border-color: #8CB244;
}
</style>