Shades of Inch Worm #B9FA17
Tints of Inch Worm #B9FA17
RGB
CMYK
RGB Variations
Color information
#B9FA17 (or 0xB9FA17) is known color: Inch Worm. HEX triplet: B9, FA and 17. RGB value is (185,250,23). Sum of RGB (Red+Green+Blue) = 185+250+23=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 23 (9.38% from 255 or 5.02% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FA17 is #4605E8. Grayscale: #CDCDCD. Windows color (decimal): -4589033 or 1571513. OLE color: 1571513.
HSL color Cylindrical-coordinate representation of color #B9FA17: hue angle of 77.18º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9FA17 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 23 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.02 |
| HSL | 77.18º | 0.96% | 0.54% | - |
| HSV(B) | 77.18º | 0.91% | 0.98% | - |
| XYZ | 54.35 | 78.75 | 13.15 | - |
| YUV | 204.69 | 25.47 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 23 | 0.26 | 0 | 0.91 | 0.02 | 77.18 | 0.96 | 0.54 |
| Hex | B9 | FA | 17 | 1A | 0 | 5B | 2 | 4D | 60 | 36 |
| Octal | 271 | 372 | 27 | 32 | 0 | 133 | 2 | 115 | 140 | 66 |
| Binary | 10111001 | 11111010 | 10111 | 11010 | 0 | 1011011 | 10 | 1001101 | 1100000 | 110110 |
Color Harmonies of #B9FA17
Complementary color
Monochromatic Colors of #B9FA17
Black with #B9FA17
Text Example
Text Example
White with #B9FA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA17; }
p { color: rgb(185,250,23); }
H1.HeaderClassName
{
color: #B9FA17;
}
.AnyTagClassName
{
color: #B9FA17;
}
</style>
background-color css
<style>
a { background-color: #B9FA17; }
a { background-color: rgb(185,250,23); }
div.DivClassName
{
background-color: #B9FA17;
}
.BgClassName
{
background-color: #B9FA17;
}
</style>
border-color css
<style>
span { border-color: #B9FA17; }
span { border-color: rgb(185,250,23); }
td.TdClassName
{
border-color: #B9FA17;
}
.TagClassName
{
border-color: #B9FA17;
}
</style>