Shades of Inch Worm #B9E315
Tints of Inch Worm #B9E315
RGB
CMYK
RGB Variations
Color information
#B9E315 (or 0xB9E315) is known color: Inch Worm. HEX triplet: B9, E3 and 15. RGB value is (185,227,21). Sum of RGB (Red+Green+Blue) = 185+227+21=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 227 (89.06% from 255 or 52.42% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E315 is #461CEA. Grayscale: #BFBFBF. Windows color (decimal): -4594923 or 1434553. OLE color: 1434553.
HSL color Cylindrical-coordinate representation of color #B9E315: hue angle of 72.23º 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 #B9E315 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 21 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.11 |
| HSL | 72.23º | 0.83% | 0.49% | - |
| HSV(B) | 72.23º | 0.91% | 0.89% | - |
| XYZ | 47.61 | 65.31 | 10.81 | - |
| YUV | 190.96 | 32.09 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 21 | 0.19 | 0 | 0.91 | 0.11 | 72.23 | 0.83 | 0.49 |
| Hex | B9 | E3 | 15 | 13 | 0 | 5B | B | 48 | 53 | 31 |
| Octal | 271 | 343 | 25 | 23 | 0 | 133 | 13 | 110 | 123 | 61 |
| Binary | 10111001 | 11100011 | 10101 | 10011 | 0 | 1011011 | 1011 | 1001000 | 1010011 | 110001 |
Color Harmonies of #B9E315
Complementary color
Monochromatic Colors of #B9E315
Black with #B9E315
Text Example
Text Example
White with #B9E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E315; }
p { color: rgb(185,227,21); }
H1.HeaderClassName
{
color: #B9E315;
}
.AnyTagClassName
{
color: #B9E315;
}
</style>
background-color css
<style>
a { background-color: #B9E315; }
a { background-color: rgb(185,227,21); }
div.DivClassName
{
background-color: #B9E315;
}
.BgClassName
{
background-color: #B9E315;
}
</style>
border-color css
<style>
span { border-color: #B9E315; }
span { border-color: rgb(185,227,21); }
td.TdClassName
{
border-color: #B9E315;
}
.TagClassName
{
border-color: #B9E315;
}
</style>