Shades of Inch Worm #B9E914
Tints of Inch Worm #B9E914
RGB
CMYK
RGB Variations
Color information
#B9E914 (or 0xB9E914) is known color: Inch Worm. HEX triplet: B9, E9 and 14. RGB value is (185,233,20). Sum of RGB (Red+Green+Blue) = 185+233+20=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9E914 is #4616EB. Grayscale: #C3C3C3. Windows color (decimal): -4593388 or 1370553. OLE color: 1370553.
HSL color Cylindrical-coordinate representation of color #B9E914: hue angle of 73.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9E914 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 20 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.09 |
| HSL | 73.52º | 0.84% | 0.5% | - |
| HSV(B) | 73.52º | 0.91% | 0.91% | - |
| XYZ | 49.27 | 68.64 | 11.31 | - |
| YUV | 194.37 | 29.6 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 20 | 0.21 | 0 | 0.91 | 0.09 | 73.52 | 0.84 | 0.5 |
| Hex | B9 | E9 | 14 | 15 | 0 | 5B | 9 | 4A | 54 | 32 |
| Octal | 271 | 351 | 24 | 25 | 0 | 133 | 11 | 112 | 124 | 62 |
| Binary | 10111001 | 11101001 | 10100 | 10101 | 0 | 1011011 | 1001 | 1001010 | 1010100 | 110010 |
Color Harmonies of #B9E914
Complementary color
Monochromatic Colors of #B9E914
Black with #B9E914
Text Example
Text Example
White with #B9E914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E914; }
p { color: rgb(185,233,20); }
H1.HeaderClassName
{
color: #B9E914;
}
.AnyTagClassName
{
color: #B9E914;
}
</style>
background-color css
<style>
a { background-color: #B9E914; }
a { background-color: rgb(185,233,20); }
div.DivClassName
{
background-color: #B9E914;
}
.BgClassName
{
background-color: #B9E914;
}
</style>
border-color css
<style>
span { border-color: #B9E914; }
span { border-color: rgb(185,233,20); }
td.TdClassName
{
border-color: #B9E914;
}
.TagClassName
{
border-color: #B9E914;
}
</style>