Shades of Inch Worm #BAD902
Tints of Inch Worm #BAD902
RGB
CMYK
RGB Variations
Color information
#BAD902 (or 0xBAD902) is known color: Inch Worm. HEX triplet: BA, D9 and 02. RGB value is (186,217,2). Sum of RGB (Red+Green+Blue) = 186+217+2=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD902 is #4526FD. Grayscale: #B8B8B8. Windows color (decimal): -4531966 or 186810. OLE color: 186810.
HSL color Cylindrical-coordinate representation of color #BAD902: hue angle of 68.65º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAD902 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.15 |
| HSL | 68.65º | 0.98% | 0.43% | - |
| HSV(B) | 68.65º | 0.99% | 0.85% | - |
| XYZ | 45.07 | 60.07 | 9.28 | - |
| YUV | 183.22 | 25.73 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 2 | 0.14 | 0 | 0.99 | 0.15 | 68.65 | 0.98 | 0.43 |
| Hex | BA | D9 | 2 | E | 0 | 63 | F | 45 | 62 | 2B |
| Octal | 272 | 331 | 2 | 16 | 0 | 143 | 17 | 105 | 142 | 53 |
| Binary | 10111010 | 11011001 | 10 | 1110 | 0 | 1100011 | 1111 | 1000101 | 1100010 | 101011 |
Color Harmonies of #BAD902
Complementary color
Monochromatic Colors of #BAD902
Black with #BAD902
Text Example
Text Example
White with #BAD902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD902; }
p { color: rgb(186,217,2); }
H1.HeaderClassName
{
color: #BAD902;
}
.AnyTagClassName
{
color: #BAD902;
}
</style>
background-color css
<style>
a { background-color: #BAD902; }
a { background-color: rgb(186,217,2); }
div.DivClassName
{
background-color: #BAD902;
}
.BgClassName
{
background-color: #BAD902;
}
</style>
border-color css
<style>
span { border-color: #BAD902; }
span { border-color: rgb(186,217,2); }
td.TdClassName
{
border-color: #BAD902;
}
.TagClassName
{
border-color: #BAD902;
}
</style>