Shades of Inch Worm #B9E415
Tints of Inch Worm #B9E415
RGB
CMYK
RGB Variations
Color information
#B9E415 (or 0xB9E415) is known color: Inch Worm. HEX triplet: B9, E4 and 15. RGB value is (185,228,21). Sum of RGB (Red+Green+Blue) = 185+228+21=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 228 (89.45% from 255 or 52.53% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E415 is #461BEA. Grayscale: #C0C0C0. Windows color (decimal): -4594667 or 1434809. OLE color: 1434809.
HSL color Cylindrical-coordinate representation of color #B9E415: hue angle of 72.46º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9E415 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 21 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.11 |
| HSL | 72.46º | 0.83% | 0.49% | - |
| HSV(B) | 72.46º | 0.91% | 0.89% | - |
| XYZ | 47.89 | 65.86 | 10.9 | - |
| YUV | 191.55 | 31.75 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 21 | 0.19 | 0 | 0.91 | 0.11 | 72.46 | 0.83 | 0.49 |
| Hex | B9 | E4 | 15 | 13 | 0 | 5B | B | 48 | 53 | 31 |
| Octal | 271 | 344 | 25 | 23 | 0 | 133 | 13 | 110 | 123 | 61 |
| Binary | 10111001 | 11100100 | 10101 | 10011 | 0 | 1011011 | 1011 | 1001000 | 1010011 | 110001 |
Color Harmonies of #B9E415
Complementary color
Monochromatic Colors of #B9E415
Black with #B9E415
Text Example
Text Example
White with #B9E415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E415; }
p { color: rgb(185,228,21); }
H1.HeaderClassName
{
color: #B9E415;
}
.AnyTagClassName
{
color: #B9E415;
}
</style>
background-color css
<style>
a { background-color: #B9E415; }
a { background-color: rgb(185,228,21); }
div.DivClassName
{
background-color: #B9E415;
}
.BgClassName
{
background-color: #B9E415;
}
</style>
border-color css
<style>
span { border-color: #B9E415; }
span { border-color: rgb(185,228,21); }
td.TdClassName
{
border-color: #B9E415;
}
.TagClassName
{
border-color: #B9E415;
}
</style>