Shades of Inch Worm #BFDC0B
Tints of Inch Worm #BFDC0B
RGB
CMYK
RGB Variations
Color information
#BFDC0B (or 0xBFDC0B) is known color: Inch Worm. HEX triplet: BF, DC and 0B. RGB value is (191,220,11). Sum of RGB (Red+Green+Blue) = 191+220+11=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC0B is #4023F4. Grayscale: #BCBCBC. Windows color (decimal): -4203509 or 777407. OLE color: 777407.
HSL color Cylindrical-coordinate representation of color #BFDC0B: hue angle of 68.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFDC0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.14 |
| HSL | 68.33º | 0.9% | 0.45% | - |
| HSV(B) | 68.33º | 0.95% | 0.86% | - |
| XYZ | 47.14 | 62.29 | 9.85 | - |
| YUV | 187.5 | 28.39 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 11 | 0.13 | 0 | 0.95 | 0.14 | 68.33 | 0.9 | 0.45 |
| Hex | BF | DC | B | D | 0 | 5F | E | 44 | 5A | 2D |
| Octal | 277 | 334 | 13 | 15 | 0 | 137 | 16 | 104 | 132 | 55 |
| Binary | 10111111 | 11011100 | 1011 | 1101 | 0 | 1011111 | 1110 | 1000100 | 1011010 | 101101 |
Color Harmonies of #BFDC0B
Complementary color
Monochromatic Colors of #BFDC0B
Black with #BFDC0B
Text Example
Text Example
White with #BFDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC0B; }
p { color: rgb(191,220,11); }
H1.HeaderClassName
{
color: #BFDC0B;
}
.AnyTagClassName
{
color: #BFDC0B;
}
</style>
background-color css
<style>
a { background-color: #BFDC0B; }
a { background-color: rgb(191,220,11); }
div.DivClassName
{
background-color: #BFDC0B;
}
.BgClassName
{
background-color: #BFDC0B;
}
</style>
border-color css
<style>
span { border-color: #BFDC0B; }
span { border-color: rgb(191,220,11); }
td.TdClassName
{
border-color: #BFDC0B;
}
.TagClassName
{
border-color: #BFDC0B;
}
</style>