Shades of Inch Worm #B9E501
Tints of Inch Worm #B9E501
RGB
CMYK
RGB Variations
Color information
#B9E501 (or 0xB9E501) is known color: Inch Worm. HEX triplet: B9, E5 and 01. RGB value is (185,229,1). Sum of RGB (Red+Green+Blue) = 185+229+1=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E501 is #461AFE. Grayscale: #BEBEBE. Windows color (decimal): -4594431 or 124345. OLE color: 124345.
HSL color Cylindrical-coordinate representation of color #B9E501: hue angle of 71.58º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9E501 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.10 |
| HSL | 71.58º | 0.99% | 0.45% | - |
| HSV(B) | 71.58º | 1% | 0.9% | - |
| XYZ | 48.03 | 66.36 | 10.3 | - |
| YUV | 189.85 | 21.42 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 1 | 0.19 | 0 | 1.00 | 0.10 | 71.58 | 0.99 | 0.45 |
| Hex | B9 | E5 | 1 | 13 | 0 | 64 | A | 48 | 63 | 2D |
| Octal | 271 | 345 | 1 | 23 | 0 | 144 | 12 | 110 | 143 | 55 |
| Binary | 10111001 | 11100101 | 1 | 10011 | 0 | 1100100 | 1010 | 1001000 | 1100011 | 101101 |
Color Harmonies of #B9E501
Complementary color
Monochromatic Colors of #B9E501
Black with #B9E501
Text Example
Text Example
White with #B9E501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E501; }
p { color: rgb(185,229,1); }
H1.HeaderClassName
{
color: #B9E501;
}
.AnyTagClassName
{
color: #B9E501;
}
</style>
background-color css
<style>
a { background-color: #B9E501; }
a { background-color: rgb(185,229,1); }
div.DivClassName
{
background-color: #B9E501;
}
.BgClassName
{
background-color: #B9E501;
}
</style>
border-color css
<style>
span { border-color: #B9E501; }
span { border-color: rgb(185,229,1); }
td.TdClassName
{
border-color: #B9E501;
}
.TagClassName
{
border-color: #B9E501;
}
</style>