Shades of Inch Worm #B9E60F
Tints of Inch Worm #B9E60F
RGB
CMYK
RGB Variations
Color information
#B9E60F (or 0xB9E60F) is known color: Inch Worm. HEX triplet: B9, E6 and 0F. RGB value is (185,230,15). Sum of RGB (Red+Green+Blue) = 185+230+15=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #B9E60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9E60F is #4619F0. Grayscale: #C0C0C0. Windows color (decimal): -4594161 or 1042105. OLE color: 1042105.
HSL color Cylindrical-coordinate representation of color #B9E60F: hue angle of 72.56º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9E60F is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 230 | 15 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.10 |
| HSL | 72.56º | 0.88% | 0.48% | - |
| HSV(B) | 72.56º | 0.93% | 0.9% | - |
| XYZ | 48.39 | 66.94 | 10.82 | - |
| YUV | 192.04 | 28.09 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 230 | 15 | 0.20 | 0 | 0.93 | 0.10 | 72.56 | 0.88 | 0.48 |
| Hex | B9 | E6 | F | 14 | 0 | 5D | A | 49 | 58 | 30 |
| Octal | 271 | 346 | 17 | 24 | 0 | 135 | 12 | 111 | 130 | 60 |
| Binary | 10111001 | 11100110 | 1111 | 10100 | 0 | 1011101 | 1010 | 1001001 | 1011000 | 110000 |
Color Harmonies of #B9E60F
Complementary color
Monochromatic Colors of #B9E60F
Black with #B9E60F
Text Example
Text Example
White with #B9E60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E60F; }
p { color: rgb(185,230,15); }
H1.HeaderClassName
{
color: #B9E60F;
}
.AnyTagClassName
{
color: #B9E60F;
}
</style>
background-color css
<style>
a { background-color: #B9E60F; }
a { background-color: rgb(185,230,15); }
div.DivClassName
{
background-color: #B9E60F;
}
.BgClassName
{
background-color: #B9E60F;
}
</style>
border-color css
<style>
span { border-color: #B9E60F; }
span { border-color: rgb(185,230,15); }
td.TdClassName
{
border-color: #B9E60F;
}
.TagClassName
{
border-color: #B9E60F;
}
</style>