Shades of Inch Worm #BFD916
Tints of Inch Worm #BFD916
RGB
CMYK
RGB Variations
Color information
#BFD916 (or 0xBFD916) is known color: Inch Worm. HEX triplet: BF, D9 and 16. RGB value is (191,217,22). Sum of RGB (Red+Green+Blue) = 191+217+22=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD916 is #4026E9. Grayscale: #BBBBBB. Windows color (decimal): -4204266 or 1497535. OLE color: 1497535.
HSL color Cylindrical-coordinate representation of color #BFD916: hue angle of 68º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFD916 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.15 |
| HSL | 68º | 0.82% | 0.47% | - |
| HSV(B) | 68º | 0.9% | 0.85% | - |
| XYZ | 46.44 | 60.76 | 10.04 | - |
| YUV | 187 | 34.89 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 22 | 0.12 | 0 | 0.90 | 0.15 | 68 | 0.82 | 0.47 |
| Hex | BF | D9 | 16 | C | 0 | 5A | F | 44 | 52 | 2F |
| Octal | 277 | 331 | 26 | 14 | 0 | 132 | 17 | 104 | 122 | 57 |
| Binary | 10111111 | 11011001 | 10110 | 1100 | 0 | 1011010 | 1111 | 1000100 | 1010010 | 101111 |
Color Harmonies of #BFD916
Complementary color
Monochromatic Colors of #BFD916
Black with #BFD916
Text Example
Text Example
White with #BFD916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD916; }
p { color: rgb(191,217,22); }
H1.HeaderClassName
{
color: #BFD916;
}
.AnyTagClassName
{
color: #BFD916;
}
</style>
background-color css
<style>
a { background-color: #BFD916; }
a { background-color: rgb(191,217,22); }
div.DivClassName
{
background-color: #BFD916;
}
.BgClassName
{
background-color: #BFD916;
}
</style>
border-color css
<style>
span { border-color: #BFD916; }
span { border-color: rgb(191,217,22); }
td.TdClassName
{
border-color: #BFD916;
}
.TagClassName
{
border-color: #BFD916;
}
</style>