Shades of Inch Worm #BFDC1A
Tints of Inch Worm #BFDC1A
RGB
CMYK
RGB Variations
Color information
#BFDC1A (or 0xBFDC1A) is known color: Inch Worm. HEX triplet: BF, DC and 1A. RGB value is (191,220,26). Sum of RGB (Red+Green+Blue) = 191+220+26=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC1A is #4023E5. Grayscale: #BDBDBD. Windows color (decimal): -4203494 or 1760447. OLE color: 1760447.
HSL color Cylindrical-coordinate representation of color #BFDC1A: hue angle of 68.97º degrees, saturation: 0.79, 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 #BFDC1A is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 26 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.14 |
| HSL | 68.97º | 0.79% | 0.48% | - |
| HSV(B) | 68.97º | 0.88% | 0.86% | - |
| XYZ | 47.27 | 62.34 | 10.52 | - |
| YUV | 189.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 26 | 0.13 | 0 | 0.88 | 0.14 | 68.97 | 0.79 | 0.48 |
| Hex | BF | DC | 1A | D | 0 | 58 | E | 45 | 4F | 30 |
| Octal | 277 | 334 | 32 | 15 | 0 | 130 | 16 | 105 | 117 | 60 |
| Binary | 10111111 | 11011100 | 11010 | 1101 | 0 | 1011000 | 1110 | 1000101 | 1001111 | 110000 |
Color Harmonies of #BFDC1A
Complementary color
Monochromatic Colors of #BFDC1A
Black with #BFDC1A
Text Example
Text Example
White with #BFDC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC1A; }
p { color: rgb(191,220,26); }
H1.HeaderClassName
{
color: #BFDC1A;
}
.AnyTagClassName
{
color: #BFDC1A;
}
</style>
background-color css
<style>
a { background-color: #BFDC1A; }
a { background-color: rgb(191,220,26); }
div.DivClassName
{
background-color: #BFDC1A;
}
.BgClassName
{
background-color: #BFDC1A;
}
</style>
border-color css
<style>
span { border-color: #BFDC1A; }
span { border-color: rgb(191,220,26); }
td.TdClassName
{
border-color: #BFDC1A;
}
.TagClassName
{
border-color: #BFDC1A;
}
</style>