Shades of Yellow Green #8CBC36
Tints of Yellow Green #8CBC36
RGB
CMYK
RGB Variations
Color information
#8CBC36 (or 0x8CBC36) is known color: Yellow Green. HEX triplet: 8C, BC and 36. RGB value is (140,188,54). Sum of RGB (Red+Green+Blue) = 140+188+54=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC36 is #7343C9. Grayscale: #9E9E9E. Windows color (decimal): -7553994 or 3587212. OLE color: 3587212.
HSL color Cylindrical-coordinate representation of color #8CBC36: hue angle of 81.49º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CBC36 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 54 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.26 |
| HSL | 81.49º | 0.55% | 0.47% | - |
| HSV(B) | 81.49º | 0.71% | 0.74% | - |
| XYZ | 29.46 | 41.81 | 10.01 | - |
| YUV | 158.37 | 69.1 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 54 | 0.26 | 0 | 0.71 | 0.26 | 81.49 | 0.55 | 0.47 |
| Hex | 8C | BC | 36 | 1A | 0 | 47 | 1A | 51 | 37 | 2F |
| Octal | 214 | 274 | 66 | 32 | 0 | 107 | 32 | 121 | 67 | 57 |
| Binary | 10001100 | 10111100 | 110110 | 11010 | 0 | 1000111 | 11010 | 1010001 | 110111 | 101111 |
Color Harmonies of #8CBC36
Complementary color
Monochromatic Colors of #8CBC36
Black with #8CBC36
Text Example
Text Example
White with #8CBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC36; }
p { color: rgb(140,188,54); }
H1.HeaderClassName
{
color: #8CBC36;
}
.AnyTagClassName
{
color: #8CBC36;
}
</style>
background-color css
<style>
a { background-color: #8CBC36; }
a { background-color: rgb(140,188,54); }
div.DivClassName
{
background-color: #8CBC36;
}
.BgClassName
{
background-color: #8CBC36;
}
</style>
border-color css
<style>
span { border-color: #8CBC36; }
span { border-color: rgb(140,188,54); }
td.TdClassName
{
border-color: #8CBC36;
}
.TagClassName
{
border-color: #8CBC36;
}
</style>