Shades of Inch Worm #BADE0B
Tints of Inch Worm #BADE0B
RGB
CMYK
RGB Variations
Color information
#BADE0B (or 0xBADE0B) is known color: Inch Worm. HEX triplet: BA, DE and 0B. RGB value is (186,222,11). Sum of RGB (Red+Green+Blue) = 186+222+11=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 222 (87.11% from 255 or 52.98% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADE0B is #4521F4. Grayscale: #BBBBBB. Windows color (decimal): -4530677 or 777914. OLE color: 777914.
HSL color Cylindrical-coordinate representation of color #BADE0B: hue angle of 70.24º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BADE0B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.13 |
| HSL | 70.24º | 0.91% | 0.46% | - |
| HSV(B) | 70.24º | 0.95% | 0.87% | - |
| XYZ | 46.43 | 62.71 | 9.97 | - |
| YUV | 187.18 | 28.57 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 11 | 0.16 | 0 | 0.95 | 0.13 | 70.24 | 0.91 | 0.46 |
| Hex | BA | DE | B | 10 | 0 | 5F | D | 46 | 5B | 2E |
| Octal | 272 | 336 | 13 | 20 | 0 | 137 | 15 | 106 | 133 | 56 |
| Binary | 10111010 | 11011110 | 1011 | 10000 | 0 | 1011111 | 1101 | 1000110 | 1011011 | 101110 |
Color Harmonies of #BADE0B
Complementary color
Monochromatic Colors of #BADE0B
Black with #BADE0B
Text Example
Text Example
White with #BADE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE0B; }
p { color: rgb(186,222,11); }
H1.HeaderClassName
{
color: #BADE0B;
}
.AnyTagClassName
{
color: #BADE0B;
}
</style>
background-color css
<style>
a { background-color: #BADE0B; }
a { background-color: rgb(186,222,11); }
div.DivClassName
{
background-color: #BADE0B;
}
.BgClassName
{
background-color: #BADE0B;
}
</style>
border-color css
<style>
span { border-color: #BADE0B; }
span { border-color: rgb(186,222,11); }
td.TdClassName
{
border-color: #BADE0B;
}
.TagClassName
{
border-color: #BADE0B;
}
</style>