Shades of Inch Worm #BFDB17
Tints of Inch Worm #BFDB17
RGB
CMYK
RGB Variations
Color information
#BFDB17 (or 0xBFDB17) is known color: Inch Worm. HEX triplet: BF, DB and 17. RGB value is (191,219,23). Sum of RGB (Red+Green+Blue) = 191+219+23=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDB17 is #4024E8. Grayscale: #BDBDBD. Windows color (decimal): -4203753 or 1563583. OLE color: 1563583.
HSL color Cylindrical-coordinate representation of color #BFDB17: hue angle of 68.57º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFDB17 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 23 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.14 |
| HSL | 68.57º | 0.81% | 0.47% | - |
| HSV(B) | 68.57º | 0.89% | 0.86% | - |
| XYZ | 46.97 | 61.8 | 10.26 | - |
| YUV | 188.28 | 34.72 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 23 | 0.13 | 0 | 0.89 | 0.14 | 68.57 | 0.81 | 0.47 |
| Hex | BF | DB | 17 | D | 0 | 59 | E | 45 | 51 | 2F |
| Octal | 277 | 333 | 27 | 15 | 0 | 131 | 16 | 105 | 121 | 57 |
| Binary | 10111111 | 11011011 | 10111 | 1101 | 0 | 1011001 | 1110 | 1000101 | 1010001 | 101111 |
Color Harmonies of #BFDB17
Complementary color
Monochromatic Colors of #BFDB17
Black with #BFDB17
Text Example
Text Example
White with #BFDB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB17; }
p { color: rgb(191,219,23); }
H1.HeaderClassName
{
color: #BFDB17;
}
.AnyTagClassName
{
color: #BFDB17;
}
</style>
background-color css
<style>
a { background-color: #BFDB17; }
a { background-color: rgb(191,219,23); }
div.DivClassName
{
background-color: #BFDB17;
}
.BgClassName
{
background-color: #BFDB17;
}
</style>
border-color css
<style>
span { border-color: #BFDB17; }
span { border-color: rgb(191,219,23); }
td.TdClassName
{
border-color: #BFDB17;
}
.TagClassName
{
border-color: #BFDB17;
}
</style>