Shades of Yellow Green #9FBC32
Tints of Yellow Green #9FBC32
RGB
CMYK
RGB Variations
Color information
#9FBC32 (or 0x9FBC32) is known color: Yellow Green. HEX triplet: 9F, BC and 32. RGB value is (159,188,50). Sum of RGB (Red+Green+Blue) = 159+188+50=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC32 is #6043CD. Grayscale: #A4A4A4. Windows color (decimal): -6308814 or 3325087. OLE color: 3325087.
HSL color Cylindrical-coordinate representation of color #9FBC32: hue angle of 72.61º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FBC32 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 50 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.26 |
| HSL | 72.61º | 0.58% | 0.47% | - |
| HSV(B) | 72.61º | 0.73% | 0.74% | - |
| XYZ | 32.86 | 43.57 | 9.7 | - |
| YUV | 163.6 | 63.89 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 50 | 0.15 | 0 | 0.73 | 0.26 | 72.61 | 0.58 | 0.47 |
| Hex | 9F | BC | 32 | F | 0 | 49 | 1A | 49 | 3A | 2F |
| Octal | 237 | 274 | 62 | 17 | 0 | 111 | 32 | 111 | 72 | 57 |
| Binary | 10011111 | 10111100 | 110010 | 1111 | 0 | 1001001 | 11010 | 1001001 | 111010 | 101111 |
Color Harmonies of #9FBC32
Complementary color
Monochromatic Colors of #9FBC32
Black with #9FBC32
Text Example
Text Example
White with #9FBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC32; }
p { color: rgb(159,188,50); }
H1.HeaderClassName
{
color: #9FBC32;
}
.AnyTagClassName
{
color: #9FBC32;
}
</style>
background-color css
<style>
a { background-color: #9FBC32; }
a { background-color: rgb(159,188,50); }
div.DivClassName
{
background-color: #9FBC32;
}
.BgClassName
{
background-color: #9FBC32;
}
</style>
border-color css
<style>
span { border-color: #9FBC32; }
span { border-color: rgb(159,188,50); }
td.TdClassName
{
border-color: #9FBC32;
}
.TagClassName
{
border-color: #9FBC32;
}
</style>