Shades of Inch Worm #B9F20B
Tints of Inch Worm #B9F20B
RGB
CMYK
RGB Variations
Color information
#B9F20B (or 0xB9F20B) is known color: Inch Worm. HEX triplet: B9, F2 and 0B. RGB value is (185,242,11). Sum of RGB (Red+Green+Blue) = 185+242+11=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 242 (94.92% from 255 or 55.25% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F20B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F20B is #460DF4. Grayscale: #C7C7C7. Windows color (decimal): -4591093 or 783033. OLE color: 783033.
HSL color Cylindrical-coordinate representation of color #B9F20B: hue angle of 74.81º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9F20B is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 11 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.05 |
| HSL | 74.81º | 0.91% | 0.5% | - |
| HSV(B) | 74.81º | 0.95% | 0.95% | - |
| XYZ | 51.82 | 73.84 | 11.84 | - |
| YUV | 198.62 | 22.12 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 11 | 0.24 | 0 | 0.95 | 0.05 | 74.81 | 0.91 | 0.5 |
| Hex | B9 | F2 | B | 18 | 0 | 5F | 5 | 4B | 5B | 32 |
| Octal | 271 | 362 | 13 | 30 | 0 | 137 | 5 | 113 | 133 | 62 |
| Binary | 10111001 | 11110010 | 1011 | 11000 | 0 | 1011111 | 101 | 1001011 | 1011011 | 110010 |
Color Harmonies of #B9F20B
Complementary color
Monochromatic Colors of #B9F20B
Black with #B9F20B
Text Example
Text Example
White with #B9F20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F20B; }
p { color: rgb(185,242,11); }
H1.HeaderClassName
{
color: #B9F20B;
}
.AnyTagClassName
{
color: #B9F20B;
}
</style>
background-color css
<style>
a { background-color: #B9F20B; }
a { background-color: rgb(185,242,11); }
div.DivClassName
{
background-color: #B9F20B;
}
.BgClassName
{
background-color: #B9F20B;
}
</style>
border-color css
<style>
span { border-color: #B9F20B; }
span { border-color: rgb(185,242,11); }
td.TdClassName
{
border-color: #B9F20B;
}
.TagClassName
{
border-color: #B9F20B;
}
</style>