Shades of Inch Worm #B9E402
Tints of Inch Worm #B9E402
RGB
CMYK
RGB Variations
Color information
#B9E402 (or 0xB9E402) is known color: Inch Worm. HEX triplet: B9, E4 and 02. RGB value is (185,228,2). Sum of RGB (Red+Green+Blue) = 185+228+2=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 228 (89.45% from 255 or 54.94% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E402 is #461BFD. Grayscale: #BEBEBE. Windows color (decimal): -4594686 or 189625. OLE color: 189625.
HSL color Cylindrical-coordinate representation of color #B9E402: hue angle of 71.42º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9E402 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.11 |
| HSL | 71.42º | 0.98% | 0.45% | - |
| HSV(B) | 71.42º | 0.99% | 0.89% | - |
| XYZ | 47.76 | 65.81 | 10.24 | - |
| YUV | 189.38 | 22.25 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 2 | 0.19 | 0 | 0.99 | 0.11 | 71.42 | 0.98 | 0.45 |
| Hex | B9 | E4 | 2 | 13 | 0 | 63 | B | 47 | 62 | 2D |
| Octal | 271 | 344 | 2 | 23 | 0 | 143 | 13 | 107 | 142 | 55 |
| Binary | 10111001 | 11100100 | 10 | 10011 | 0 | 1100011 | 1011 | 1000111 | 1100010 | 101101 |
Color Harmonies of #B9E402
Complementary color
Monochromatic Colors of #B9E402
Black with #B9E402
Text Example
Text Example
White with #B9E402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E402; }
p { color: rgb(185,228,2); }
H1.HeaderClassName
{
color: #B9E402;
}
.AnyTagClassName
{
color: #B9E402;
}
</style>
background-color css
<style>
a { background-color: #B9E402; }
a { background-color: rgb(185,228,2); }
div.DivClassName
{
background-color: #B9E402;
}
.BgClassName
{
background-color: #B9E402;
}
</style>
border-color css
<style>
span { border-color: #B9E402; }
span { border-color: rgb(185,228,2); }
td.TdClassName
{
border-color: #B9E402;
}
.TagClassName
{
border-color: #B9E402;
}
</style>