Shades of Inch Worm #BFD90F
Tints of Inch Worm #BFD90F
RGB
CMYK
RGB Variations
Color information
#BFD90F (or 0xBFD90F) is known color: Inch Worm. HEX triplet: BF, D9 and 0F. RGB value is (191,217,15). Sum of RGB (Red+Green+Blue) = 191+217+15=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD90F is #4026F0. Grayscale: #BABABA. Windows color (decimal): -4204273 or 1038783. OLE color: 1038783.
HSL color Cylindrical-coordinate representation of color #BFD90F: hue angle of 67.72º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFD90F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 15 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.15 |
| HSL | 67.72º | 0.87% | 0.45% | - |
| HSV(B) | 67.72º | 0.93% | 0.85% | - |
| XYZ | 46.38 | 60.74 | 9.73 | - |
| YUV | 186.2 | 31.39 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 15 | 0.12 | 0 | 0.93 | 0.15 | 67.72 | 0.87 | 0.45 |
| Hex | BF | D9 | F | C | 0 | 5D | F | 44 | 57 | 2D |
| Octal | 277 | 331 | 17 | 14 | 0 | 135 | 17 | 104 | 127 | 55 |
| Binary | 10111111 | 11011001 | 1111 | 1100 | 0 | 1011101 | 1111 | 1000100 | 1010111 | 101101 |
Color Harmonies of #BFD90F
Complementary color
Monochromatic Colors of #BFD90F
Black with #BFD90F
Text Example
Text Example
White with #BFD90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD90F; }
p { color: rgb(191,217,15); }
H1.HeaderClassName
{
color: #BFD90F;
}
.AnyTagClassName
{
color: #BFD90F;
}
</style>
background-color css
<style>
a { background-color: #BFD90F; }
a { background-color: rgb(191,217,15); }
div.DivClassName
{
background-color: #BFD90F;
}
.BgClassName
{
background-color: #BFD90F;
}
</style>
border-color css
<style>
span { border-color: #BFD90F; }
span { border-color: rgb(191,217,15); }
td.TdClassName
{
border-color: #BFD90F;
}
.TagClassName
{
border-color: #BFD90F;
}
</style>