Shades of Inch Worm #B9E213
Tints of Inch Worm #B9E213
RGB
CMYK
RGB Variations
Color information
#B9E213 (or 0xB9E213) is known color: Inch Worm. HEX triplet: B9, E2 and 13. RGB value is (185,226,19). Sum of RGB (Red+Green+Blue) = 185+226+19=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E213 is #461DEC. Grayscale: #BEBEBE. Windows color (decimal): -4595181 or 1303225. OLE color: 1303225.
HSL color Cylindrical-coordinate representation of color #B9E213: hue angle of 71.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9E213 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 19 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.11 |
| HSL | 71.88º | 0.84% | 0.48% | - |
| HSV(B) | 71.88º | 0.92% | 0.89% | - |
| XYZ | 47.32 | 64.75 | 10.62 | - |
| YUV | 190.14 | 31.42 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 19 | 0.18 | 0 | 0.92 | 0.11 | 71.88 | 0.84 | 0.48 |
| Hex | B9 | E2 | 13 | 12 | 0 | 5C | B | 48 | 54 | 30 |
| Octal | 271 | 342 | 23 | 22 | 0 | 134 | 13 | 110 | 124 | 60 |
| Binary | 10111001 | 11100010 | 10011 | 10010 | 0 | 1011100 | 1011 | 1001000 | 1010100 | 110000 |
Color Harmonies of #B9E213
Complementary color
Monochromatic Colors of #B9E213
Black with #B9E213
Text Example
Text Example
White with #B9E213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E213; }
p { color: rgb(185,226,19); }
H1.HeaderClassName
{
color: #B9E213;
}
.AnyTagClassName
{
color: #B9E213;
}
</style>
background-color css
<style>
a { background-color: #B9E213; }
a { background-color: rgb(185,226,19); }
div.DivClassName
{
background-color: #B9E213;
}
.BgClassName
{
background-color: #B9E213;
}
</style>
border-color css
<style>
span { border-color: #B9E213; }
span { border-color: rgb(185,226,19); }
td.TdClassName
{
border-color: #B9E213;
}
.TagClassName
{
border-color: #B9E213;
}
</style>