Shades of Inch Worm #BDD911
Tints of Inch Worm #BDD911
RGB
CMYK
RGB Variations
Color information
#BDD911 (or 0xBDD911) is known color: Inch Worm. HEX triplet: BD, D9 and 11. RGB value is (189,217,17). Sum of RGB (Red+Green+Blue) = 189+217+17=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD911 is #4226EE. Grayscale: #BABABA. Windows color (decimal): -4335343 or 1169853. OLE color: 1169853.
HSL color Cylindrical-coordinate representation of color #BDD911: hue angle of 68.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDD911 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.15 |
| HSL | 68.4º | 0.85% | 0.46% | - |
| HSV(B) | 68.4º | 0.92% | 0.85% | - |
| XYZ | 45.9 | 60.49 | 9.79 | - |
| YUV | 185.83 | 32.72 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 17 | 0.13 | 0 | 0.92 | 0.15 | 68.4 | 0.85 | 0.46 |
| Hex | BD | D9 | 11 | D | 0 | 5C | F | 44 | 55 | 2E |
| Octal | 275 | 331 | 21 | 15 | 0 | 134 | 17 | 104 | 125 | 56 |
| Binary | 10111101 | 11011001 | 10001 | 1101 | 0 | 1011100 | 1111 | 1000100 | 1010101 | 101110 |
Color Harmonies of #BDD911
Complementary color
Monochromatic Colors of #BDD911
Black with #BDD911
Text Example
Text Example
White with #BDD911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD911; }
p { color: rgb(189,217,17); }
H1.HeaderClassName
{
color: #BDD911;
}
.AnyTagClassName
{
color: #BDD911;
}
</style>
background-color css
<style>
a { background-color: #BDD911; }
a { background-color: rgb(189,217,17); }
div.DivClassName
{
background-color: #BDD911;
}
.BgClassName
{
background-color: #BDD911;
}
</style>
border-color css
<style>
span { border-color: #BDD911; }
span { border-color: rgb(189,217,17); }
td.TdClassName
{
border-color: #BDD911;
}
.TagClassName
{
border-color: #BDD911;
}
</style>