Shades of Chelsea Cucumber #8CB34F
Tints of Chelsea Cucumber #8CB34F
RGB
CMYK
RGB Variations
Color information
#8CB34F (or 0x8CB34F) is known color: Chelsea Cucumber. HEX triplet: 8C, B3 and 4F. RGB value is (140,179,79). Sum of RGB (Red+Green+Blue) = 140+179+79=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB34F is #734CB0. Grayscale: #9C9C9C. Windows color (decimal): -7556273 or 5223308. OLE color: 5223308.
HSL color Cylindrical-coordinate representation of color #8CB34F: hue angle of 83.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CB34F is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 79 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.30 |
| HSL | 83.4º | 0.4% | 0.51% | - |
| HSV(B) | 83.4º | 0.56% | 0.7% | - |
| XYZ | 28.35 | 38.38 | 13.31 | - |
| YUV | 155.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 79 | 0.22 | 0 | 0.56 | 0.30 | 83.4 | 0.4 | 0.51 |
| Hex | 8C | B3 | 4F | 16 | 0 | 38 | 1E | 53 | 28 | 33 |
| Octal | 214 | 263 | 117 | 26 | 0 | 70 | 36 | 123 | 50 | 63 |
| Binary | 10001100 | 10110011 | 1001111 | 10110 | 0 | 111000 | 11110 | 1010011 | 101000 | 110011 |
Color Harmonies of #8CB34F
Complementary color
Monochromatic Colors of #8CB34F
Black with #8CB34F
Text Example
Text Example
White with #8CB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB34F; }
p { color: rgb(140,179,79); }
H1.HeaderClassName
{
color: #8CB34F;
}
.AnyTagClassName
{
color: #8CB34F;
}
</style>
background-color css
<style>
a { background-color: #8CB34F; }
a { background-color: rgb(140,179,79); }
div.DivClassName
{
background-color: #8CB34F;
}
.BgClassName
{
background-color: #8CB34F;
}
</style>
border-color css
<style>
span { border-color: #8CB34F; }
span { border-color: rgb(140,179,79); }
td.TdClassName
{
border-color: #8CB34F;
}
.TagClassName
{
border-color: #8CB34F;
}
</style>