Shades of Inch Worm #BADB0D
Tints of Inch Worm #BADB0D
RGB
CMYK
RGB Variations
Color information
#BADB0D (or 0xBADB0D) is known color: Inch Worm. HEX triplet: BA, DB and 0D. RGB value is (186,219,13). Sum of RGB (Red+Green+Blue) = 186+219+13=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB0D is #4524F2. Grayscale: #BABABA. Windows color (decimal): -4531443 or 908218. OLE color: 908218.
HSL color Cylindrical-coordinate representation of color #BADB0D: hue angle of 69.61º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BADB0D is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 13 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.14 |
| HSL | 69.61º | 0.89% | 0.45% | - |
| HSV(B) | 69.61º | 0.94% | 0.86% | - |
| XYZ | 45.65 | 61.13 | 9.77 | - |
| YUV | 185.65 | 30.57 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 13 | 0.15 | 0 | 0.94 | 0.14 | 69.61 | 0.89 | 0.45 |
| Hex | BA | DB | D | F | 0 | 5E | E | 46 | 59 | 2D |
| Octal | 272 | 333 | 15 | 17 | 0 | 136 | 16 | 106 | 131 | 55 |
| Binary | 10111010 | 11011011 | 1101 | 1111 | 0 | 1011110 | 1110 | 1000110 | 1011001 | 101101 |
Color Harmonies of #BADB0D
Complementary color
Monochromatic Colors of #BADB0D
Black with #BADB0D
Text Example
Text Example
White with #BADB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB0D; }
p { color: rgb(186,219,13); }
H1.HeaderClassName
{
color: #BADB0D;
}
.AnyTagClassName
{
color: #BADB0D;
}
</style>
background-color css
<style>
a { background-color: #BADB0D; }
a { background-color: rgb(186,219,13); }
div.DivClassName
{
background-color: #BADB0D;
}
.BgClassName
{
background-color: #BADB0D;
}
</style>
border-color css
<style>
span { border-color: #BADB0D; }
span { border-color: rgb(186,219,13); }
td.TdClassName
{
border-color: #BADB0D;
}
.TagClassName
{
border-color: #BADB0D;
}
</style>