Shades of Inch Worm #B9E304
Tints of Inch Worm #B9E304
RGB
CMYK
RGB Variations
Color information
#B9E304 (or 0xB9E304) is known color: Inch Worm. HEX triplet: B9, E3 and 04. RGB value is (185,227,4). Sum of RGB (Red+Green+Blue) = 185+227+4=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 227 (89.06% from 255 or 54.57% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E304 is #461CFB. Grayscale: #BDBDBD. Windows color (decimal): -4594940 or 320441. OLE color: 320441.
HSL color Cylindrical-coordinate representation of color #B9E304: hue angle of 71.3º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9E304 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.11 |
| HSL | 71.3º | 0.97% | 0.45% | - |
| HSV(B) | 71.3º | 0.98% | 0.89% | - |
| XYZ | 47.5 | 65.26 | 10.21 | - |
| YUV | 189.02 | 23.59 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 4 | 0.19 | 0 | 0.98 | 0.11 | 71.3 | 0.97 | 0.45 |
| Hex | B9 | E3 | 4 | 13 | 0 | 62 | B | 47 | 61 | 2D |
| Octal | 271 | 343 | 4 | 23 | 0 | 142 | 13 | 107 | 141 | 55 |
| Binary | 10111001 | 11100011 | 100 | 10011 | 0 | 1100010 | 1011 | 1000111 | 1100001 | 101101 |
Color Harmonies of #B9E304
Complementary color
Monochromatic Colors of #B9E304
Black with #B9E304
Text Example
Text Example
White with #B9E304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E304; }
p { color: rgb(185,227,4); }
H1.HeaderClassName
{
color: #B9E304;
}
.AnyTagClassName
{
color: #B9E304;
}
</style>
background-color css
<style>
a { background-color: #B9E304; }
a { background-color: rgb(185,227,4); }
div.DivClassName
{
background-color: #B9E304;
}
.BgClassName
{
background-color: #B9E304;
}
</style>
border-color css
<style>
span { border-color: #B9E304; }
span { border-color: rgb(185,227,4); }
td.TdClassName
{
border-color: #B9E304;
}
.TagClassName
{
border-color: #B9E304;
}
</style>