Shades of Inch Worm #BADE1C
Tints of Inch Worm #BADE1C
RGB
CMYK
RGB Variations
Color information
#BADE1C (or 0xBADE1C) is known color: Inch Worm. HEX triplet: BA, DE and 1C. RGB value is (186,222,28). Sum of RGB (Red+Green+Blue) = 186+222+28=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE1C is #4521E3. Grayscale: #BDBDBD. Windows color (decimal): -4530660 or 1892026. OLE color: 1892026.
HSL color Cylindrical-coordinate representation of color #BADE1C: hue angle of 71.13º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BADE1C is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 28 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.13 |
| HSL | 71.13º | 0.78% | 0.49% | - |
| HSV(B) | 71.13º | 0.87% | 0.87% | - |
| XYZ | 46.58 | 62.77 | 10.76 | - |
| YUV | 189.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 28 | 0.16 | 0 | 0.87 | 0.13 | 71.13 | 0.78 | 0.49 |
| Hex | BA | DE | 1C | 10 | 0 | 57 | D | 47 | 4E | 31 |
| Octal | 272 | 336 | 34 | 20 | 0 | 127 | 15 | 107 | 116 | 61 |
| Binary | 10111010 | 11011110 | 11100 | 10000 | 0 | 1010111 | 1101 | 1000111 | 1001110 | 110001 |
Color Harmonies of #BADE1C
Complementary color
Monochromatic Colors of #BADE1C
Black with #BADE1C
Text Example
Text Example
White with #BADE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE1C; }
p { color: rgb(186,222,28); }
H1.HeaderClassName
{
color: #BADE1C;
}
.AnyTagClassName
{
color: #BADE1C;
}
</style>
background-color css
<style>
a { background-color: #BADE1C; }
a { background-color: rgb(186,222,28); }
div.DivClassName
{
background-color: #BADE1C;
}
.BgClassName
{
background-color: #BADE1C;
}
</style>
border-color css
<style>
span { border-color: #BADE1C; }
span { border-color: rgb(186,222,28); }
td.TdClassName
{
border-color: #BADE1C;
}
.TagClassName
{
border-color: #BADE1C;
}
</style>