Shades of Yellow Green #9CBC30
Tints of Yellow Green #9CBC30
RGB
CMYK
RGB Variations
Color information
#9CBC30 (or 0x9CBC30) is known color: Yellow Green. HEX triplet: 9C, BC and 30. RGB value is (156,188,48). Sum of RGB (Red+Green+Blue) = 156+188+48=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC30 is #6343CF. Grayscale: #A2A2A2. Windows color (decimal): -6505424 or 3194012. OLE color: 3194012.
HSL color Cylindrical-coordinate representation of color #9CBC30: hue angle of 73.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9CBC30 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 48 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.26 |
| HSL | 73.71º | 0.59% | 0.46% | - |
| HSV(B) | 73.71º | 0.74% | 0.74% | - |
| XYZ | 32.23 | 43.25 | 9.45 | - |
| YUV | 162.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 48 | 0.17 | 0 | 0.74 | 0.26 | 73.71 | 0.59 | 0.46 |
| Hex | 9C | BC | 30 | 11 | 0 | 4A | 1A | 4A | 3B | 2E |
| Octal | 234 | 274 | 60 | 21 | 0 | 112 | 32 | 112 | 73 | 56 |
| Binary | 10011100 | 10111100 | 110000 | 10001 | 0 | 1001010 | 11010 | 1001010 | 111011 | 101110 |
Color Harmonies of #9CBC30
Complementary color
Monochromatic Colors of #9CBC30
Black with #9CBC30
Text Example
Text Example
White with #9CBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC30; }
p { color: rgb(156,188,48); }
H1.HeaderClassName
{
color: #9CBC30;
}
.AnyTagClassName
{
color: #9CBC30;
}
</style>
background-color css
<style>
a { background-color: #9CBC30; }
a { background-color: rgb(156,188,48); }
div.DivClassName
{
background-color: #9CBC30;
}
.BgClassName
{
background-color: #9CBC30;
}
</style>
border-color css
<style>
span { border-color: #9CBC30; }
span { border-color: rgb(156,188,48); }
td.TdClassName
{
border-color: #9CBC30;
}
.TagClassName
{
border-color: #9CBC30;
}
</style>