Shades of Inch Worm #BDD910
Tints of Inch Worm #BDD910
RGB
CMYK
RGB Variations
Color information
#BDD910 (or 0xBDD910) is known color: Inch Worm. HEX triplet: BD, D9 and 10. RGB value is (189,217,16). Sum of RGB (Red+Green+Blue) = 189+217+16=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD910 is #4226EF. Grayscale: #BABABA. Windows color (decimal): -4335344 or 1104317. OLE color: 1104317.
HSL color Cylindrical-coordinate representation of color #BDD910: hue angle of 68.36º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDD910 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.15 |
| HSL | 68.36º | 0.86% | 0.46% | - |
| HSV(B) | 68.36º | 0.93% | 0.85% | - |
| XYZ | 45.89 | 60.48 | 9.75 | - |
| YUV | 185.71 | 32.22 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 16 | 0.13 | 0 | 0.93 | 0.15 | 68.36 | 0.86 | 0.46 |
| Hex | BD | D9 | 10 | D | 0 | 5D | F | 44 | 56 | 2E |
| Octal | 275 | 331 | 20 | 15 | 0 | 135 | 17 | 104 | 126 | 56 |
| Binary | 10111101 | 11011001 | 10000 | 1101 | 0 | 1011101 | 1111 | 1000100 | 1010110 | 101110 |
Color Harmonies of #BDD910
Complementary color
Monochromatic Colors of #BDD910
Black with #BDD910
Text Example
Text Example
White with #BDD910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD910; }
p { color: rgb(189,217,16); }
H1.HeaderClassName
{
color: #BDD910;
}
.AnyTagClassName
{
color: #BDD910;
}
</style>
background-color css
<style>
a { background-color: #BDD910; }
a { background-color: rgb(189,217,16); }
div.DivClassName
{
background-color: #BDD910;
}
.BgClassName
{
background-color: #BDD910;
}
</style>
border-color css
<style>
span { border-color: #BDD910; }
span { border-color: rgb(189,217,16); }
td.TdClassName
{
border-color: #BDD910;
}
.TagClassName
{
border-color: #BDD910;
}
</style>