Shades of Inch Worm #B9E422
Tints of Inch Worm #B9E422
RGB
CMYK
RGB Variations
Color information
#B9E422 (or 0xB9E422) is known color: Inch Worm. HEX triplet: B9, E4 and 22. RGB value is (185,228,34). Sum of RGB (Red+Green+Blue) = 185+228+34=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E422 is #461BDD. Grayscale: #C1C1C1. Windows color (decimal): -4594654 or 2286777. OLE color: 2286777.
HSL color Cylindrical-coordinate representation of color #B9E422: hue angle of 73.3º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9E422 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 34 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.11 |
| HSL | 73.3º | 0.78% | 0.51% | - |
| HSV(B) | 73.3º | 0.85% | 0.89% | - |
| XYZ | 48.04 | 65.92 | 11.7 | - |
| YUV | 193.03 | 38.25 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 34 | 0.19 | 0 | 0.85 | 0.11 | 73.3 | 0.78 | 0.51 |
| Hex | B9 | E4 | 22 | 13 | 0 | 55 | B | 49 | 4E | 33 |
| Octal | 271 | 344 | 42 | 23 | 0 | 125 | 13 | 111 | 116 | 63 |
| Binary | 10111001 | 11100100 | 100010 | 10011 | 0 | 1010101 | 1011 | 1001001 | 1001110 | 110011 |
Color Harmonies of #B9E422
Complementary color
Monochromatic Colors of #B9E422
Black with #B9E422
Text Example
Text Example
White with #B9E422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E422; }
p { color: rgb(185,228,34); }
H1.HeaderClassName
{
color: #B9E422;
}
.AnyTagClassName
{
color: #B9E422;
}
</style>
background-color css
<style>
a { background-color: #B9E422; }
a { background-color: rgb(185,228,34); }
div.DivClassName
{
background-color: #B9E422;
}
.BgClassName
{
background-color: #B9E422;
}
</style>
border-color css
<style>
span { border-color: #B9E422; }
span { border-color: rgb(185,228,34); }
td.TdClassName
{
border-color: #B9E422;
}
.TagClassName
{
border-color: #B9E422;
}
</style>