Shades of Inch Worm #B9E508
Tints of Inch Worm #B9E508
RGB
CMYK
RGB Variations
Color information
#B9E508 (or 0xB9E508) is known color: Inch Worm. HEX triplet: B9, E5 and 08. RGB value is (185,229,8). Sum of RGB (Red+Green+Blue) = 185+229+8=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 229 (89.84% from 255 or 54.27% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E508 is #461AF7. Grayscale: #BFBFBF. Windows color (decimal): -4594424 or 583097. OLE color: 583097.
HSL color Cylindrical-coordinate representation of color #B9E508: hue angle of 71.95º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9E508 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 8 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.10 |
| HSL | 71.95º | 0.93% | 0.46% | - |
| HSV(B) | 71.95º | 0.97% | 0.9% | - |
| XYZ | 48.07 | 66.37 | 10.51 | - |
| YUV | 190.65 | 24.92 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 8 | 0.19 | 0 | 0.97 | 0.10 | 71.95 | 0.93 | 0.46 |
| Hex | B9 | E5 | 8 | 13 | 0 | 61 | A | 48 | 5D | 2E |
| Octal | 271 | 345 | 10 | 23 | 0 | 141 | 12 | 110 | 135 | 56 |
| Binary | 10111001 | 11100101 | 1000 | 10011 | 0 | 1100001 | 1010 | 1001000 | 1011101 | 101110 |
Color Harmonies of #B9E508
Complementary color
Monochromatic Colors of #B9E508
Black with #B9E508
Text Example
Text Example
White with #B9E508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E508; }
p { color: rgb(185,229,8); }
H1.HeaderClassName
{
color: #B9E508;
}
.AnyTagClassName
{
color: #B9E508;
}
</style>
background-color css
<style>
a { background-color: #B9E508; }
a { background-color: rgb(185,229,8); }
div.DivClassName
{
background-color: #B9E508;
}
.BgClassName
{
background-color: #B9E508;
}
</style>
border-color css
<style>
span { border-color: #B9E508; }
span { border-color: rgb(185,229,8); }
td.TdClassName
{
border-color: #B9E508;
}
.TagClassName
{
border-color: #B9E508;
}
</style>