Shades of Chelsea Cucumber #8CB350
Tints of Chelsea Cucumber #8CB350
RGB
CMYK
RGB Variations
Color information
#8CB350 (or 0x8CB350) is known color: Chelsea Cucumber. HEX triplet: 8C, B3 and 50. RGB value is (140,179,80). Sum of RGB (Red+Green+Blue) = 140+179+80=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB350 is #734CAF. Grayscale: #9C9C9C. Windows color (decimal): -7556272 or 5288844. OLE color: 5288844.
HSL color Cylindrical-coordinate representation of color #8CB350: hue angle of 83.64º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CB350 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 80 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.30 |
| HSL | 83.64º | 0.39% | 0.51% | - |
| HSV(B) | 83.64º | 0.55% | 0.7% | - |
| XYZ | 28.38 | 38.39 | 13.5 | - |
| YUV | 156.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 80 | 0.22 | 0 | 0.55 | 0.30 | 83.64 | 0.39 | 0.51 |
| Hex | 8C | B3 | 50 | 16 | 0 | 37 | 1E | 54 | 27 | 33 |
| Octal | 214 | 263 | 120 | 26 | 0 | 67 | 36 | 124 | 47 | 63 |
| Binary | 10001100 | 10110011 | 1010000 | 10110 | 0 | 110111 | 11110 | 1010100 | 100111 | 110011 |
Color Harmonies of #8CB350
Complementary color
Monochromatic Colors of #8CB350
Black with #8CB350
Text Example
Text Example
White with #8CB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB350; }
p { color: rgb(140,179,80); }
H1.HeaderClassName
{
color: #8CB350;
}
.AnyTagClassName
{
color: #8CB350;
}
</style>
background-color css
<style>
a { background-color: #8CB350; }
a { background-color: rgb(140,179,80); }
div.DivClassName
{
background-color: #8CB350;
}
.BgClassName
{
background-color: #8CB350;
}
</style>
border-color css
<style>
span { border-color: #8CB350; }
span { border-color: rgb(140,179,80); }
td.TdClassName
{
border-color: #8CB350;
}
.TagClassName
{
border-color: #8CB350;
}
</style>