Shades of Inch Worm #B9E918
Tints of Inch Worm #B9E918
RGB
CMYK
RGB Variations
Color information
#B9E918 (or 0xB9E918) is known color: Inch Worm. HEX triplet: B9, E9 and 18. RGB value is (185,233,24). Sum of RGB (Red+Green+Blue) = 185+233+24=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9E918 is #4616E7. Grayscale: #C3C3C3. Windows color (decimal): -4593384 or 1632697. OLE color: 1632697.
HSL color Cylindrical-coordinate representation of color #B9E918: hue angle of 73.78º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9E918 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 24 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.09 |
| HSL | 73.78º | 0.83% | 0.5% | - |
| HSV(B) | 73.78º | 0.9% | 0.91% | - |
| XYZ | 49.31 | 68.66 | 11.52 | - |
| YUV | 194.82 | 31.6 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 24 | 0.21 | 0 | 0.90 | 0.09 | 73.78 | 0.83 | 0.5 |
| Hex | B9 | E9 | 18 | 15 | 0 | 5A | 9 | 4A | 53 | 32 |
| Octal | 271 | 351 | 30 | 25 | 0 | 132 | 11 | 112 | 123 | 62 |
| Binary | 10111001 | 11101001 | 11000 | 10101 | 0 | 1011010 | 1001 | 1001010 | 1010011 | 110010 |
Color Harmonies of #B9E918
Complementary color
Monochromatic Colors of #B9E918
Black with #B9E918
Text Example
Text Example
White with #B9E918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E918; }
p { color: rgb(185,233,24); }
H1.HeaderClassName
{
color: #B9E918;
}
.AnyTagClassName
{
color: #B9E918;
}
</style>
background-color css
<style>
a { background-color: #B9E918; }
a { background-color: rgb(185,233,24); }
div.DivClassName
{
background-color: #B9E918;
}
.BgClassName
{
background-color: #B9E918;
}
</style>
border-color css
<style>
span { border-color: #B9E918; }
span { border-color: rgb(185,233,24); }
td.TdClassName
{
border-color: #B9E918;
}
.TagClassName
{
border-color: #B9E918;
}
</style>