Shades of Inch Worm #B9E103
Tints of Inch Worm #B9E103
RGB
CMYK
RGB Variations
Color information
#B9E103 (or 0xB9E103) is known color: Inch Worm. HEX triplet: B9, E1 and 03. RGB value is (185,225,3). Sum of RGB (Red+Green+Blue) = 185+225+3=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E103 is #461EFC. Grayscale: #BCBCBC. Windows color (decimal): -4595453 or 254393. OLE color: 254393.
HSL color Cylindrical-coordinate representation of color #B9E103: hue angle of 70.81º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9E103 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.12 |
| HSL | 70.81º | 0.97% | 0.45% | - |
| HSV(B) | 70.81º | 0.99% | 0.88% | - |
| XYZ | 46.95 | 64.17 | 10 | - |
| YUV | 187.73 | 23.75 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 3 | 0.18 | 0 | 0.99 | 0.12 | 70.81 | 0.97 | 0.45 |
| Hex | B9 | E1 | 3 | 12 | 0 | 63 | C | 47 | 61 | 2D |
| Octal | 271 | 341 | 3 | 22 | 0 | 143 | 14 | 107 | 141 | 55 |
| Binary | 10111001 | 11100001 | 11 | 10010 | 0 | 1100011 | 1100 | 1000111 | 1100001 | 101101 |
Color Harmonies of #B9E103
Complementary color
Monochromatic Colors of #B9E103
Black with #B9E103
Text Example
Text Example
White with #B9E103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E103; }
p { color: rgb(185,225,3); }
H1.HeaderClassName
{
color: #B9E103;
}
.AnyTagClassName
{
color: #B9E103;
}
</style>
background-color css
<style>
a { background-color: #B9E103; }
a { background-color: rgb(185,225,3); }
div.DivClassName
{
background-color: #B9E103;
}
.BgClassName
{
background-color: #B9E103;
}
</style>
border-color css
<style>
span { border-color: #B9E103; }
span { border-color: rgb(185,225,3); }
td.TdClassName
{
border-color: #B9E103;
}
.TagClassName
{
border-color: #B9E103;
}
</style>