Shades of Inch Worm #BADC01
Tints of Inch Worm #BADC01
RGB
CMYK
RGB Variations
Color information
#BADC01 (or 0xBADC01) is known color: Inch Worm. HEX triplet: BA, DC and 01. RGB value is (186,220,1). Sum of RGB (Red+Green+Blue) = 186+220+1=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC01 is #4523FE. Grayscale: #B9B9B9. Windows color (decimal): -4531199 or 122042. OLE color: 122042.
HSL color Cylindrical-coordinate representation of color #BADC01: hue angle of 69.32º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BADC01 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.14 |
| HSL | 69.32º | 0.99% | 0.43% | - |
| HSV(B) | 69.32º | 1% | 0.86% | - |
| XYZ | 45.85 | 61.63 | 9.51 | - |
| YUV | 184.87 | 24.24 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 1 | 0.15 | 0 | 1.00 | 0.14 | 69.32 | 0.99 | 0.43 |
| Hex | BA | DC | 1 | F | 0 | 64 | E | 45 | 63 | 2B |
| Octal | 272 | 334 | 1 | 17 | 0 | 144 | 16 | 105 | 143 | 53 |
| Binary | 10111010 | 11011100 | 1 | 1111 | 0 | 1100100 | 1110 | 1000101 | 1100011 | 101011 |
Color Harmonies of #BADC01
Complementary color
Monochromatic Colors of #BADC01
Black with #BADC01
Text Example
Text Example
White with #BADC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC01; }
p { color: rgb(186,220,1); }
H1.HeaderClassName
{
color: #BADC01;
}
.AnyTagClassName
{
color: #BADC01;
}
</style>
background-color css
<style>
a { background-color: #BADC01; }
a { background-color: rgb(186,220,1); }
div.DivClassName
{
background-color: #BADC01;
}
.BgClassName
{
background-color: #BADC01;
}
</style>
border-color css
<style>
span { border-color: #BADC01; }
span { border-color: rgb(186,220,1); }
td.TdClassName
{
border-color: #BADC01;
}
.TagClassName
{
border-color: #BADC01;
}
</style>