Shades of Inch Worm #BFDB11
Tints of Inch Worm #BFDB11
RGB
CMYK
RGB Variations
Color information
#BFDB11 (or 0xBFDB11) is known color: Inch Worm. HEX triplet: BF, DB and 11. RGB value is (191,219,17). Sum of RGB (Red+Green+Blue) = 191+219+17=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDB11 is #4024EE. Grayscale: #BCBCBC. Windows color (decimal): -4203759 or 1170367. OLE color: 1170367.
HSL color Cylindrical-coordinate representation of color #BFDB11: hue angle of 68.32º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFDB11 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.14 |
| HSL | 68.32º | 0.86% | 0.46% | - |
| HSV(B) | 68.32º | 0.92% | 0.86% | - |
| XYZ | 46.92 | 61.78 | 9.98 | - |
| YUV | 187.6 | 31.72 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 17 | 0.13 | 0 | 0.92 | 0.14 | 68.32 | 0.86 | 0.46 |
| Hex | BF | DB | 11 | D | 0 | 5C | E | 44 | 56 | 2E |
| Octal | 277 | 333 | 21 | 15 | 0 | 134 | 16 | 104 | 126 | 56 |
| Binary | 10111111 | 11011011 | 10001 | 1101 | 0 | 1011100 | 1110 | 1000100 | 1010110 | 101110 |
Color Harmonies of #BFDB11
Complementary color
Monochromatic Colors of #BFDB11
Black with #BFDB11
Text Example
Text Example
White with #BFDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB11; }
p { color: rgb(191,219,17); }
H1.HeaderClassName
{
color: #BFDB11;
}
.AnyTagClassName
{
color: #BFDB11;
}
</style>
background-color css
<style>
a { background-color: #BFDB11; }
a { background-color: rgb(191,219,17); }
div.DivClassName
{
background-color: #BFDB11;
}
.BgClassName
{
background-color: #BFDB11;
}
</style>
border-color css
<style>
span { border-color: #BFDB11; }
span { border-color: rgb(191,219,17); }
td.TdClassName
{
border-color: #BFDB11;
}
.TagClassName
{
border-color: #BFDB11;
}
</style>