Shades of Inch Worm #BADC03
Tints of Inch Worm #BADC03
RGB
CMYK
RGB Variations
Color information
#BADC03 (or 0xBADC03) is known color: Inch Worm. HEX triplet: BA, DC and 03. RGB value is (186,220,3). Sum of RGB (Red+Green+Blue) = 186+220+3=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC03 is #4523FC. Grayscale: #B9B9B9. Windows color (decimal): -4531197 or 253114. OLE color: 253114.
HSL color Cylindrical-coordinate representation of color #BADC03: hue angle of 69.4º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BADC03 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.14 |
| HSL | 69.4º | 0.97% | 0.44% | - |
| HSV(B) | 69.4º | 0.99% | 0.86% | - |
| XYZ | 45.86 | 61.63 | 9.57 | - |
| YUV | 185.1 | 25.24 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 3 | 0.15 | 0 | 0.99 | 0.14 | 69.4 | 0.97 | 0.44 |
| Hex | BA | DC | 3 | F | 0 | 63 | E | 45 | 61 | 2C |
| Octal | 272 | 334 | 3 | 17 | 0 | 143 | 16 | 105 | 141 | 54 |
| Binary | 10111010 | 11011100 | 11 | 1111 | 0 | 1100011 | 1110 | 1000101 | 1100001 | 101100 |
Color Harmonies of #BADC03
Complementary color
Monochromatic Colors of #BADC03
Black with #BADC03
Text Example
Text Example
White with #BADC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC03; }
p { color: rgb(186,220,3); }
H1.HeaderClassName
{
color: #BADC03;
}
.AnyTagClassName
{
color: #BADC03;
}
</style>
background-color css
<style>
a { background-color: #BADC03; }
a { background-color: rgb(186,220,3); }
div.DivClassName
{
background-color: #BADC03;
}
.BgClassName
{
background-color: #BADC03;
}
</style>
border-color css
<style>
span { border-color: #BADC03; }
span { border-color: rgb(186,220,3); }
td.TdClassName
{
border-color: #BADC03;
}
.TagClassName
{
border-color: #BADC03;
}
</style>