Shades of Inch Worm #B9E302
Tints of Inch Worm #B9E302
RGB
CMYK
RGB Variations
Color information
#B9E302 (or 0xB9E302) is known color: Inch Worm. HEX triplet: B9, E3 and 02. RGB value is (185,227,2). Sum of RGB (Red+Green+Blue) = 185+227+2=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 227 (89.06% from 255 or 54.83% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E302 is #461CFD. Grayscale: #BDBDBD. Windows color (decimal): -4594942 or 189369. OLE color: 189369.
HSL color Cylindrical-coordinate representation of color #B9E302: hue angle of 71.2º 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 #B9E302 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.11 |
| HSL | 71.2º | 0.98% | 0.45% | - |
| HSV(B) | 71.2º | 0.99% | 0.89% | - |
| XYZ | 47.49 | 65.26 | 10.15 | - |
| YUV | 188.79 | 22.59 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 2 | 0.19 | 0 | 0.99 | 0.11 | 71.2 | 0.98 | 0.45 |
| Hex | B9 | E3 | 2 | 13 | 0 | 63 | B | 47 | 62 | 2D |
| Octal | 271 | 343 | 2 | 23 | 0 | 143 | 13 | 107 | 142 | 55 |
| Binary | 10111001 | 11100011 | 10 | 10011 | 0 | 1100011 | 1011 | 1000111 | 1100010 | 101101 |
Color Harmonies of #B9E302
Complementary color
Monochromatic Colors of #B9E302
Black with #B9E302
Text Example
Text Example
White with #B9E302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E302; }
p { color: rgb(185,227,2); }
H1.HeaderClassName
{
color: #B9E302;
}
.AnyTagClassName
{
color: #B9E302;
}
</style>
background-color css
<style>
a { background-color: #B9E302; }
a { background-color: rgb(185,227,2); }
div.DivClassName
{
background-color: #B9E302;
}
.BgClassName
{
background-color: #B9E302;
}
</style>
border-color css
<style>
span { border-color: #B9E302; }
span { border-color: rgb(185,227,2); }
td.TdClassName
{
border-color: #B9E302;
}
.TagClassName
{
border-color: #B9E302;
}
</style>