Shades of Spring Bud #B9FF06
Tints of Spring Bud #B9FF06
RGB
CMYK
RGB Variations
Color information
#B9FF06 (or 0xB9FF06) is known color: Spring Bud. HEX triplet: B9, FF and 06. RGB value is (185,255,6). Sum of RGB (Red+Green+Blue) = 185+255+6=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FF06 is #4600F9. Grayscale: #CECECE. Windows color (decimal): -4587770 or 458681. OLE color: 458681.
HSL color Cylindrical-coordinate representation of color #B9FF06: hue angle of 76.87º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9FF06 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 6 | - |
| CMYK | 0.27 | 0 | 0.98 | 0 |
| HSL | 76.87º | 1% | 0.51% | - |
| HSV(B) | 76.87º | 0.98% | 1% | - |
| XYZ | 55.8 | 81.85 | 13.03 | - |
| YUV | 205.68 | 15.31 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 6 | 0.27 | 0 | 0.98 | 0 | 76.87 | 1 | 0.51 |
| Hex | B9 | FF | 6 | 1B | 0 | 62 | 0 | 4D | 64 | 33 |
| Octal | 271 | 377 | 6 | 33 | 0 | 142 | 0 | 115 | 144 | 63 |
| Binary | 10111001 | 11111111 | 110 | 11011 | 0 | 1100010 | 0 | 1001101 | 1100100 | 110011 |
Color Harmonies of #B9FF06
Complementary color
Monochromatic Colors of #B9FF06
Black with #B9FF06
Text Example
Text Example
White with #B9FF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF06; }
p { color: rgb(185,255,6); }
H1.HeaderClassName
{
color: #B9FF06;
}
.AnyTagClassName
{
color: #B9FF06;
}
</style>
background-color css
<style>
a { background-color: #B9FF06; }
a { background-color: rgb(185,255,6); }
div.DivClassName
{
background-color: #B9FF06;
}
.BgClassName
{
background-color: #B9FF06;
}
</style>
border-color css
<style>
span { border-color: #B9FF06; }
span { border-color: rgb(185,255,6); }
td.TdClassName
{
border-color: #B9FF06;
}
.TagClassName
{
border-color: #B9FF06;
}
</style>