Shades of Inch Worm #B9E41F
Tints of Inch Worm #B9E41F
RGB
CMYK
RGB Variations
Color information
#B9E41F (or 0xB9E41F) is known color: Inch Worm. HEX triplet: B9, E4 and 1F. RGB value is (185,228,31). Sum of RGB (Red+Green+Blue) = 185+228+31=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E41F is #461BE0. Grayscale: #C1C1C1. Windows color (decimal): -4594657 or 2090169. OLE color: 2090169.
HSL color Cylindrical-coordinate representation of color #B9E41F: hue angle of 73.1º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9E41F is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 31 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.11 |
| HSL | 73.1º | 0.78% | 0.51% | - |
| HSV(B) | 73.1º | 0.86% | 0.89% | - |
| XYZ | 48 | 65.9 | 11.49 | - |
| YUV | 192.69 | 36.75 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 31 | 0.19 | 0 | 0.86 | 0.11 | 73.1 | 0.78 | 0.51 |
| Hex | B9 | E4 | 1F | 13 | 0 | 56 | B | 49 | 4E | 33 |
| Octal | 271 | 344 | 37 | 23 | 0 | 126 | 13 | 111 | 116 | 63 |
| Binary | 10111001 | 11100100 | 11111 | 10011 | 0 | 1010110 | 1011 | 1001001 | 1001110 | 110011 |
Color Harmonies of #B9E41F
Complementary color
Monochromatic Colors of #B9E41F
Black with #B9E41F
Text Example
Text Example
White with #B9E41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E41F; }
p { color: rgb(185,228,31); }
H1.HeaderClassName
{
color: #B9E41F;
}
.AnyTagClassName
{
color: #B9E41F;
}
</style>
background-color css
<style>
a { background-color: #B9E41F; }
a { background-color: rgb(185,228,31); }
div.DivClassName
{
background-color: #B9E41F;
}
.BgClassName
{
background-color: #B9E41F;
}
</style>
border-color css
<style>
span { border-color: #B9E41F; }
span { border-color: rgb(185,228,31); }
td.TdClassName
{
border-color: #B9E41F;
}
.TagClassName
{
border-color: #B9E41F;
}
</style>