Shades of Inch Worm #BDDC11
Tints of Inch Worm #BDDC11
RGB
CMYK
RGB Variations
Color information
#BDDC11 (or 0xBDDC11) is known color: Inch Worm. HEX triplet: BD, DC and 11. RGB value is (189,220,17). Sum of RGB (Red+Green+Blue) = 189+220+17=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC11 is #4223EE. Grayscale: #BCBCBC. Windows color (decimal): -4334575 or 1170621. OLE color: 1170621.
HSL color Cylindrical-coordinate representation of color #BDDC11: hue angle of 69.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDDC11 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 17 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.14 |
| HSL | 69.16º | 0.86% | 0.46% | - |
| HSV(B) | 69.16º | 0.92% | 0.86% | - |
| XYZ | 46.68 | 62.05 | 10.05 | - |
| YUV | 187.59 | 31.73 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 17 | 0.14 | 0 | 0.92 | 0.14 | 69.16 | 0.86 | 0.46 |
| Hex | BD | DC | 11 | E | 0 | 5C | E | 45 | 56 | 2E |
| Octal | 275 | 334 | 21 | 16 | 0 | 134 | 16 | 105 | 126 | 56 |
| Binary | 10111101 | 11011100 | 10001 | 1110 | 0 | 1011100 | 1110 | 1000101 | 1010110 | 101110 |
Color Harmonies of #BDDC11
Complementary color
Monochromatic Colors of #BDDC11
Black with #BDDC11
Text Example
Text Example
White with #BDDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC11; }
p { color: rgb(189,220,17); }
H1.HeaderClassName
{
color: #BDDC11;
}
.AnyTagClassName
{
color: #BDDC11;
}
</style>
background-color css
<style>
a { background-color: #BDDC11; }
a { background-color: rgb(189,220,17); }
div.DivClassName
{
background-color: #BDDC11;
}
.BgClassName
{
background-color: #BDDC11;
}
</style>
border-color css
<style>
span { border-color: #BDDC11; }
span { border-color: rgb(189,220,17); }
td.TdClassName
{
border-color: #BDDC11;
}
.TagClassName
{
border-color: #BDDC11;
}
</style>