Shades of Inch Worm #B9E70A
Tints of Inch Worm #B9E70A
RGB
CMYK
RGB Variations
Color information
#B9E70A (or 0xB9E70A) is known color: Inch Worm. HEX triplet: B9, E7 and 0A. RGB value is (185,231,10). Sum of RGB (Red+Green+Blue) = 185+231+10=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 231 (90.62% from 255 or 54.23% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9E70A is #4618F5. Grayscale: #C0C0C0. Windows color (decimal): -4593910 or 714681. OLE color: 714681.
HSL color Cylindrical-coordinate representation of color #B9E70A: hue angle of 72.49º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9E70A is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 10 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.09 |
| HSL | 72.49º | 0.92% | 0.47% | - |
| HSV(B) | 72.49º | 0.96% | 0.91% | - |
| XYZ | 48.64 | 67.49 | 10.75 | - |
| YUV | 192.05 | 25.26 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 10 | 0.20 | 0 | 0.96 | 0.09 | 72.49 | 0.92 | 0.47 |
| Hex | B9 | E7 | A | 14 | 0 | 60 | 9 | 48 | 5C | 2F |
| Octal | 271 | 347 | 12 | 24 | 0 | 140 | 11 | 110 | 134 | 57 |
| Binary | 10111001 | 11100111 | 1010 | 10100 | 0 | 1100000 | 1001 | 1001000 | 1011100 | 101111 |
Color Harmonies of #B9E70A
Complementary color
Monochromatic Colors of #B9E70A
Black with #B9E70A
Text Example
Text Example
White with #B9E70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E70A; }
p { color: rgb(185,231,10); }
H1.HeaderClassName
{
color: #B9E70A;
}
.AnyTagClassName
{
color: #B9E70A;
}
</style>
background-color css
<style>
a { background-color: #B9E70A; }
a { background-color: rgb(185,231,10); }
div.DivClassName
{
background-color: #B9E70A;
}
.BgClassName
{
background-color: #B9E70A;
}
</style>
border-color css
<style>
span { border-color: #B9E70A; }
span { border-color: rgb(185,231,10); }
td.TdClassName
{
border-color: #B9E70A;
}
.TagClassName
{
border-color: #B9E70A;
}
</style>