Shades of Inch Worm #B9E11C
Tints of Inch Worm #B9E11C
RGB
CMYK
RGB Variations
Color information
#B9E11C (or 0xB9E11C) is known color: Inch Worm. HEX triplet: B9, E1 and 1C. RGB value is (185,225,28). Sum of RGB (Red+Green+Blue) = 185+225+28=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E11C is #461EE3. Grayscale: #BFBFBF. Windows color (decimal): -4595428 or 1892793. OLE color: 1892793.
HSL color Cylindrical-coordinate representation of color #B9E11C: hue angle of 72.18º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9E11C is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 28 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.12 |
| HSL | 72.18º | 0.78% | 0.5% | - |
| HSV(B) | 72.18º | 0.88% | 0.88% | - |
| XYZ | 47.14 | 64.25 | 11.02 | - |
| YUV | 190.58 | 36.25 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 28 | 0.18 | 0 | 0.88 | 0.12 | 72.18 | 0.78 | 0.5 |
| Hex | B9 | E1 | 1C | 12 | 0 | 58 | C | 48 | 4E | 32 |
| Octal | 271 | 341 | 34 | 22 | 0 | 130 | 14 | 110 | 116 | 62 |
| Binary | 10111001 | 11100001 | 11100 | 10010 | 0 | 1011000 | 1100 | 1001000 | 1001110 | 110010 |
Color Harmonies of #B9E11C
Complementary color
Monochromatic Colors of #B9E11C
Black with #B9E11C
Text Example
Text Example
White with #B9E11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E11C; }
p { color: rgb(185,225,28); }
H1.HeaderClassName
{
color: #B9E11C;
}
.AnyTagClassName
{
color: #B9E11C;
}
</style>
background-color css
<style>
a { background-color: #B9E11C; }
a { background-color: rgb(185,225,28); }
div.DivClassName
{
background-color: #B9E11C;
}
.BgClassName
{
background-color: #B9E11C;
}
</style>
border-color css
<style>
span { border-color: #B9E11C; }
span { border-color: rgb(185,225,28); }
td.TdClassName
{
border-color: #B9E11C;
}
.TagClassName
{
border-color: #B9E11C;
}
</style>