Shades of Yellow Green #8CBB3C
Tints of Yellow Green #8CBB3C
RGB
CMYK
RGB Variations
Color information
#8CBB3C (or 0x8CBB3C) is known color: Yellow Green. HEX triplet: 8C, BB and 3C. RGB value is (140,187,60). Sum of RGB (Red+Green+Blue) = 140+187+60=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB3C is #7344C3. Grayscale: #9E9E9E. Windows color (decimal): -7554244 or 3980172. OLE color: 3980172.
HSL color Cylindrical-coordinate representation of color #8CBB3C: hue angle of 82.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CBB3C is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 60 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.27 |
| HSL | 82.2º | 0.51% | 0.48% | - |
| HSV(B) | 82.2º | 0.68% | 0.73% | - |
| XYZ | 29.4 | 41.44 | 10.72 | - |
| YUV | 158.47 | 72.43 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 60 | 0.25 | 0 | 0.68 | 0.27 | 82.2 | 0.51 | 0.48 |
| Hex | 8C | BB | 3C | 19 | 0 | 44 | 1B | 52 | 33 | 30 |
| Octal | 214 | 273 | 74 | 31 | 0 | 104 | 33 | 122 | 63 | 60 |
| Binary | 10001100 | 10111011 | 111100 | 11001 | 0 | 1000100 | 11011 | 1010010 | 110011 | 110000 |
Color Harmonies of #8CBB3C
Complementary color
Monochromatic Colors of #8CBB3C
Black with #8CBB3C
Text Example
Text Example
White with #8CBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB3C; }
p { color: rgb(140,187,60); }
H1.HeaderClassName
{
color: #8CBB3C;
}
.AnyTagClassName
{
color: #8CBB3C;
}
</style>
background-color css
<style>
a { background-color: #8CBB3C; }
a { background-color: rgb(140,187,60); }
div.DivClassName
{
background-color: #8CBB3C;
}
.BgClassName
{
background-color: #8CBB3C;
}
</style>
border-color css
<style>
span { border-color: #8CBB3C; }
span { border-color: rgb(140,187,60); }
td.TdClassName
{
border-color: #8CBB3C;
}
.TagClassName
{
border-color: #8CBB3C;
}
</style>