Shades of Yellow Green #8CBA40
Tints of Yellow Green #8CBA40
RGB
CMYK
RGB Variations
Color information
#8CBA40 (or 0x8CBA40) is known color: Yellow Green. HEX triplet: 8C, BA and 40. RGB value is (140,186,64). Sum of RGB (Red+Green+Blue) = 140+186+64=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA40 is #7345BF. Grayscale: #9E9E9E. Windows color (decimal): -7554496 or 4242060. OLE color: 4242060.
HSL color Cylindrical-coordinate representation of color #8CBA40: hue angle of 82.62º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CBA40 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 64 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.27 |
| HSL | 82.62º | 0.49% | 0.49% | - |
| HSV(B) | 82.62º | 0.66% | 0.73% | - |
| XYZ | 29.3 | 41.06 | 11.23 | - |
| YUV | 158.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 64 | 0.25 | 0 | 0.66 | 0.27 | 82.62 | 0.49 | 0.49 |
| Hex | 8C | BA | 40 | 19 | 0 | 42 | 1B | 53 | 31 | 31 |
| Octal | 214 | 272 | 100 | 31 | 0 | 102 | 33 | 123 | 61 | 61 |
| Binary | 10001100 | 10111010 | 1000000 | 11001 | 0 | 1000010 | 11011 | 1010011 | 110001 | 110001 |
Color Harmonies of #8CBA40
Complementary color
Monochromatic Colors of #8CBA40
Black with #8CBA40
Text Example
Text Example
White with #8CBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA40; }
p { color: rgb(140,186,64); }
H1.HeaderClassName
{
color: #8CBA40;
}
.AnyTagClassName
{
color: #8CBA40;
}
</style>
background-color css
<style>
a { background-color: #8CBA40; }
a { background-color: rgb(140,186,64); }
div.DivClassName
{
background-color: #8CBA40;
}
.BgClassName
{
background-color: #8CBA40;
}
</style>
border-color css
<style>
span { border-color: #8CBA40; }
span { border-color: rgb(140,186,64); }
td.TdClassName
{
border-color: #8CBA40;
}
.TagClassName
{
border-color: #8CBA40;
}
</style>