Shades of Inch Worm #B9E408
Tints of Inch Worm #B9E408
RGB
CMYK
RGB Variations
Color information
#B9E408 (or 0xB9E408) is known color: Inch Worm. HEX triplet: B9, E4 and 08. RGB value is (185,228,8). Sum of RGB (Red+Green+Blue) = 185+228+8=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E408 is #461BF7. Grayscale: #BEBEBE. Windows color (decimal): -4594680 or 582841. OLE color: 582841.
HSL color Cylindrical-coordinate representation of color #B9E408: hue angle of 71.73º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9E408 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 8 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.11 |
| HSL | 71.73º | 0.93% | 0.46% | - |
| HSV(B) | 71.73º | 0.96% | 0.89% | - |
| XYZ | 47.79 | 65.82 | 10.41 | - |
| YUV | 190.06 | 25.25 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 8 | 0.19 | 0 | 0.96 | 0.11 | 71.73 | 0.93 | 0.46 |
| Hex | B9 | E4 | 8 | 13 | 0 | 60 | B | 48 | 5D | 2E |
| Octal | 271 | 344 | 10 | 23 | 0 | 140 | 13 | 110 | 135 | 56 |
| Binary | 10111001 | 11100100 | 1000 | 10011 | 0 | 1100000 | 1011 | 1001000 | 1011101 | 101110 |
Color Harmonies of #B9E408
Complementary color
Monochromatic Colors of #B9E408
Black with #B9E408
Text Example
Text Example
White with #B9E408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E408; }
p { color: rgb(185,228,8); }
H1.HeaderClassName
{
color: #B9E408;
}
.AnyTagClassName
{
color: #B9E408;
}
</style>
background-color css
<style>
a { background-color: #B9E408; }
a { background-color: rgb(185,228,8); }
div.DivClassName
{
background-color: #B9E408;
}
.BgClassName
{
background-color: #B9E408;
}
</style>
border-color css
<style>
span { border-color: #B9E408; }
span { border-color: rgb(185,228,8); }
td.TdClassName
{
border-color: #B9E408;
}
.TagClassName
{
border-color: #B9E408;
}
</style>