Shades of Inch Worm #BFDC1B
Tints of Inch Worm #BFDC1B
RGB
CMYK
RGB Variations
Color information
#BFDC1B (or 0xBFDC1B) is known color: Inch Worm. HEX triplet: BF, DC and 1B. RGB value is (191,220,27). Sum of RGB (Red+Green+Blue) = 191+220+27=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC1B is #4023E4. Grayscale: #BEBEBE. Windows color (decimal): -4203493 or 1825983. OLE color: 1825983.
HSL color Cylindrical-coordinate representation of color #BFDC1B: hue angle of 69.02º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFDC1B is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 27 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.14 |
| HSL | 69.02º | 0.78% | 0.48% | - |
| HSV(B) | 69.02º | 0.88% | 0.86% | - |
| XYZ | 47.28 | 62.34 | 10.58 | - |
| YUV | 189.33 | 36.39 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 27 | 0.13 | 0 | 0.88 | 0.14 | 69.02 | 0.78 | 0.48 |
| Hex | BF | DC | 1B | D | 0 | 58 | E | 45 | 4E | 30 |
| Octal | 277 | 334 | 33 | 15 | 0 | 130 | 16 | 105 | 116 | 60 |
| Binary | 10111111 | 11011100 | 11011 | 1101 | 0 | 1011000 | 1110 | 1000101 | 1001110 | 110000 |
Color Harmonies of #BFDC1B
Complementary color
Monochromatic Colors of #BFDC1B
Black with #BFDC1B
Text Example
Text Example
White with #BFDC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC1B; }
p { color: rgb(191,220,27); }
H1.HeaderClassName
{
color: #BFDC1B;
}
.AnyTagClassName
{
color: #BFDC1B;
}
</style>
background-color css
<style>
a { background-color: #BFDC1B; }
a { background-color: rgb(191,220,27); }
div.DivClassName
{
background-color: #BFDC1B;
}
.BgClassName
{
background-color: #BFDC1B;
}
</style>
border-color css
<style>
span { border-color: #BFDC1B; }
span { border-color: rgb(191,220,27); }
td.TdClassName
{
border-color: #BFDC1B;
}
.TagClassName
{
border-color: #BFDC1B;
}
</style>