Shades of Inch Worm #B9F10A
Tints of Inch Worm #B9F10A
RGB
CMYK
RGB Variations
Color information
#B9F10A (or 0xB9F10A) is known color: Inch Worm. HEX triplet: B9, F1 and 0A. RGB value is (185,241,10). Sum of RGB (Red+Green+Blue) = 185+241+10=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F10A is #460EF5. Grayscale: #C6C6C6. Windows color (decimal): -4591350 or 717241. OLE color: 717241.
HSL color Cylindrical-coordinate representation of color #B9F10A: hue angle of 74.55º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9F10A is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 10 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.05 |
| HSL | 74.55º | 0.92% | 0.49% | - |
| HSV(B) | 74.55º | 0.96% | 0.95% | - |
| XYZ | 51.52 | 73.25 | 11.71 | - |
| YUV | 197.92 | 21.95 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 10 | 0.23 | 0 | 0.96 | 0.05 | 74.55 | 0.92 | 0.49 |
| Hex | B9 | F1 | A | 17 | 0 | 60 | 5 | 4B | 5C | 31 |
| Octal | 271 | 361 | 12 | 27 | 0 | 140 | 5 | 113 | 134 | 61 |
| Binary | 10111001 | 11110001 | 1010 | 10111 | 0 | 1100000 | 101 | 1001011 | 1011100 | 110001 |
Color Harmonies of #B9F10A
Complementary color
Monochromatic Colors of #B9F10A
Black with #B9F10A
Text Example
Text Example
White with #B9F10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F10A; }
p { color: rgb(185,241,10); }
H1.HeaderClassName
{
color: #B9F10A;
}
.AnyTagClassName
{
color: #B9F10A;
}
</style>
background-color css
<style>
a { background-color: #B9F10A; }
a { background-color: rgb(185,241,10); }
div.DivClassName
{
background-color: #B9F10A;
}
.BgClassName
{
background-color: #B9F10A;
}
</style>
border-color css
<style>
span { border-color: #B9F10A; }
span { border-color: rgb(185,241,10); }
td.TdClassName
{
border-color: #B9F10A;
}
.TagClassName
{
border-color: #B9F10A;
}
</style>