Shades of Spring Bud #B9FA08
Tints of Spring Bud #B9FA08
RGB
CMYK
RGB Variations
Color information
#B9FA08 (or 0xB9FA08) is known color: Spring Bud. HEX triplet: B9, FA and 08. RGB value is (185,250,8). Sum of RGB (Red+Green+Blue) = 185+250+8=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FA08 is #4605F7. Grayscale: #CBCBCB. Windows color (decimal): -4589048 or 588473. OLE color: 588473.
HSL color Cylindrical-coordinate representation of color #B9FA08: hue angle of 76.12º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9FA08 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 8 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.02 |
| HSL | 76.12º | 0.96% | 0.51% | - |
| HSV(B) | 76.12º | 0.97% | 0.98% | - |
| XYZ | 54.24 | 78.7 | 12.56 | - |
| YUV | 202.98 | 17.97 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 8 | 0.26 | 0 | 0.97 | 0.02 | 76.12 | 0.96 | 0.51 |
| Hex | B9 | FA | 8 | 1A | 0 | 61 | 2 | 4C | 60 | 33 |
| Octal | 271 | 372 | 10 | 32 | 0 | 141 | 2 | 114 | 140 | 63 |
| Binary | 10111001 | 11111010 | 1000 | 11010 | 0 | 1100001 | 10 | 1001100 | 1100000 | 110011 |
Color Harmonies of #B9FA08
Complementary color
Monochromatic Colors of #B9FA08
Black with #B9FA08
Text Example
Text Example
White with #B9FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA08; }
p { color: rgb(185,250,8); }
H1.HeaderClassName
{
color: #B9FA08;
}
.AnyTagClassName
{
color: #B9FA08;
}
</style>
background-color css
<style>
a { background-color: #B9FA08; }
a { background-color: rgb(185,250,8); }
div.DivClassName
{
background-color: #B9FA08;
}
.BgClassName
{
background-color: #B9FA08;
}
</style>
border-color css
<style>
span { border-color: #B9FA08; }
span { border-color: rgb(185,250,8); }
td.TdClassName
{
border-color: #B9FA08;
}
.TagClassName
{
border-color: #B9FA08;
}
</style>