Shades of Green Yellow #B9FA32
Tints of Green Yellow #B9FA32
RGB
CMYK
RGB Variations
Color information
#B9FA32 (or 0xB9FA32) is known color: Green Yellow. HEX triplet: B9, FA and 32. RGB value is (185,250,50). Sum of RGB (Red+Green+Blue) = 185+250+50=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9FA32 is #4605CD. Grayscale: #D0D0D0. Windows color (decimal): -4589006 or 3340985. OLE color: 3340985.
HSL color Cylindrical-coordinate representation of color #B9FA32: hue angle of 79.5º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9FA32 is Cyan = 0.26, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 50 | - |
| CMYK | 0.26 | 0 | 0.8 | 0.02 |
| HSL | 79.5º | 0.95% | 0.59% | - |
| HSV(B) | 79.5º | 0.8% | 0.98% | - |
| XYZ | 54.77 | 78.92 | 15.36 | - |
| YUV | 207.77 | 38.97 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 50 | 0.26 | 0 | 0.8 | 0.02 | 79.5 | 0.95 | 0.59 |
| Hex | B9 | FA | 32 | 1A | 0 | 50 | 2 | 50 | 5F | 3B |
| Octal | 271 | 372 | 62 | 32 | 0 | 120 | 2 | 120 | 137 | 73 |
| Binary | 10111001 | 11111010 | 110010 | 11010 | 0 | 1010000 | 10 | 1010000 | 1011111 | 111011 |
Color Harmonies of #B9FA32
Complementary color
Monochromatic Colors of #B9FA32
Black with #B9FA32
Text Example
Text Example
White with #B9FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA32; }
p { color: rgb(185,250,50); }
H1.HeaderClassName
{
color: #B9FA32;
}
.AnyTagClassName
{
color: #B9FA32;
}
</style>
background-color css
<style>
a { background-color: #B9FA32; }
a { background-color: rgb(185,250,50); }
div.DivClassName
{
background-color: #B9FA32;
}
.BgClassName
{
background-color: #B9FA32;
}
</style>
border-color css
<style>
span { border-color: #B9FA32; }
span { border-color: rgb(185,250,50); }
td.TdClassName
{
border-color: #B9FA32;
}
.TagClassName
{
border-color: #B9FA32;
}
</style>