Shades of Inch Worm #B9FA19
Tints of Inch Worm #B9FA19
RGB
CMYK
RGB Variations
Color information
#B9FA19 (or 0xB9FA19) is known color: Inch Worm. HEX triplet: B9, FA and 19. RGB value is (185,250,25). Sum of RGB (Red+Green+Blue) = 185+250+25=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FA19 is #4605E6. Grayscale: #CDCDCD. Windows color (decimal): -4589031 or 1702585. OLE color: 1702585.
HSL color Cylindrical-coordinate representation of color #B9FA19: hue angle of 77.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9FA19 is Cyan = 0.26, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 25 | - |
| CMYK | 0.26 | 0 | 0.9 | 0.02 |
| HSL | 77.33º | 0.96% | 0.54% | - |
| HSV(B) | 77.33º | 0.9% | 0.98% | - |
| XYZ | 54.37 | 78.76 | 13.26 | - |
| YUV | 204.92 | 26.47 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 25 | 0.26 | 0 | 0.9 | 0.02 | 77.33 | 0.96 | 0.54 |
| Hex | B9 | FA | 19 | 1A | 0 | 5A | 2 | 4D | 60 | 36 |
| Octal | 271 | 372 | 31 | 32 | 0 | 132 | 2 | 115 | 140 | 66 |
| Binary | 10111001 | 11111010 | 11001 | 11010 | 0 | 1011010 | 10 | 1001101 | 1100000 | 110110 |
Color Harmonies of #B9FA19
Complementary color
Monochromatic Colors of #B9FA19
Black with #B9FA19
Text Example
Text Example
White with #B9FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA19; }
p { color: rgb(185,250,25); }
H1.HeaderClassName
{
color: #B9FA19;
}
.AnyTagClassName
{
color: #B9FA19;
}
</style>
background-color css
<style>
a { background-color: #B9FA19; }
a { background-color: rgb(185,250,25); }
div.DivClassName
{
background-color: #B9FA19;
}
.BgClassName
{
background-color: #B9FA19;
}
</style>
border-color css
<style>
span { border-color: #B9FA19; }
span { border-color: rgb(185,250,25); }
td.TdClassName
{
border-color: #B9FA19;
}
.TagClassName
{
border-color: #B9FA19;
}
</style>