Shades of Inch Worm #B9E00A
Tints of Inch Worm #B9E00A
RGB
CMYK
RGB Variations
Color information
#B9E00A (or 0xB9E00A) is known color: Inch Worm. HEX triplet: B9, E0 and 0A. RGB value is (185,224,10). Sum of RGB (Red+Green+Blue) = 185+224+10=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E00A is #461FF5. Grayscale: #BCBCBC. Windows color (decimal): -4595702 or 712889. OLE color: 712889.
HSL color Cylindrical-coordinate representation of color #B9E00A: hue angle of 70.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9E00A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 10 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.12 |
| HSL | 70.93º | 0.91% | 0.46% | - |
| HSV(B) | 70.93º | 0.96% | 0.88% | - |
| XYZ | 46.72 | 63.65 | 10.11 | - |
| YUV | 187.94 | 27.58 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 10 | 0.17 | 0 | 0.96 | 0.12 | 70.93 | 0.91 | 0.46 |
| Hex | B9 | E0 | A | 11 | 0 | 60 | C | 47 | 5B | 2E |
| Octal | 271 | 340 | 12 | 21 | 0 | 140 | 14 | 107 | 133 | 56 |
| Binary | 10111001 | 11100000 | 1010 | 10001 | 0 | 1100000 | 1100 | 1000111 | 1011011 | 101110 |
Color Harmonies of #B9E00A
Complementary color
Monochromatic Colors of #B9E00A
Black with #B9E00A
Text Example
Text Example
White with #B9E00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E00A; }
p { color: rgb(185,224,10); }
H1.HeaderClassName
{
color: #B9E00A;
}
.AnyTagClassName
{
color: #B9E00A;
}
</style>
background-color css
<style>
a { background-color: #B9E00A; }
a { background-color: rgb(185,224,10); }
div.DivClassName
{
background-color: #B9E00A;
}
.BgClassName
{
background-color: #B9E00A;
}
</style>
border-color css
<style>
span { border-color: #B9E00A; }
span { border-color: rgb(185,224,10); }
td.TdClassName
{
border-color: #B9E00A;
}
.TagClassName
{
border-color: #B9E00A;
}
</style>