Shades of Inch Worm #B9E31E
Tints of Inch Worm #B9E31E
RGB
CMYK
RGB Variations
Color information
#B9E31E (or 0xB9E31E) is known color: Inch Worm. HEX triplet: B9, E3 and 1E. RGB value is (185,227,30). Sum of RGB (Red+Green+Blue) = 185+227+30=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E31E is #461CE1. Grayscale: #C0C0C0. Windows color (decimal): -4594914 or 2024377. OLE color: 2024377.
HSL color Cylindrical-coordinate representation of color #B9E31E: hue angle of 72.79º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9E31E is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 30 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.11 |
| HSL | 72.79º | 0.78% | 0.5% | - |
| HSV(B) | 72.79º | 0.87% | 0.89% | - |
| XYZ | 47.71 | 65.35 | 11.33 | - |
| YUV | 191.98 | 36.59 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 30 | 0.19 | 0 | 0.87 | 0.11 | 72.79 | 0.78 | 0.5 |
| Hex | B9 | E3 | 1E | 13 | 0 | 57 | B | 49 | 4E | 32 |
| Octal | 271 | 343 | 36 | 23 | 0 | 127 | 13 | 111 | 116 | 62 |
| Binary | 10111001 | 11100011 | 11110 | 10011 | 0 | 1010111 | 1011 | 1001001 | 1001110 | 110010 |
Color Harmonies of #B9E31E
Complementary color
Monochromatic Colors of #B9E31E
Black with #B9E31E
Text Example
Text Example
White with #B9E31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E31E; }
p { color: rgb(185,227,30); }
H1.HeaderClassName
{
color: #B9E31E;
}
.AnyTagClassName
{
color: #B9E31E;
}
</style>
background-color css
<style>
a { background-color: #B9E31E; }
a { background-color: rgb(185,227,30); }
div.DivClassName
{
background-color: #B9E31E;
}
.BgClassName
{
background-color: #B9E31E;
}
</style>
border-color css
<style>
span { border-color: #B9E31E; }
span { border-color: rgb(185,227,30); }
td.TdClassName
{
border-color: #B9E31E;
}
.TagClassName
{
border-color: #B9E31E;
}
</style>