Shades of Inch Worm #BDE109
Tints of Inch Worm #BDE109
RGB
CMYK
RGB Variations
Color information
#BDE109 (or 0xBDE109) is known color: Inch Worm. HEX triplet: BD, E1 and 09. RGB value is (189,225,9). Sum of RGB (Red+Green+Blue) = 189+225+9=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE109 is #421EF6. Grayscale: #BEBEBE. Windows color (decimal): -4333303 or 647613. OLE color: 647613.
HSL color Cylindrical-coordinate representation of color #BDE109: hue angle of 70º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDE109 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.12 |
| HSL | 70º | 0.92% | 0.46% | - |
| HSV(B) | 70º | 0.96% | 0.88% | - |
| XYZ | 47.96 | 64.69 | 10.22 | - |
| YUV | 189.61 | 26.07 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 9 | 0.16 | 0 | 0.96 | 0.12 | 70 | 0.92 | 0.46 |
| Hex | BD | E1 | 9 | 10 | 0 | 60 | C | 46 | 5C | 2E |
| Octal | 275 | 341 | 11 | 20 | 0 | 140 | 14 | 106 | 134 | 56 |
| Binary | 10111101 | 11100001 | 1001 | 10000 | 0 | 1100000 | 1100 | 1000110 | 1011100 | 101110 |
Color Harmonies of #BDE109
Complementary color
Monochromatic Colors of #BDE109
Black with #BDE109
Text Example
Text Example
White with #BDE109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE109; }
p { color: rgb(189,225,9); }
H1.HeaderClassName
{
color: #BDE109;
}
.AnyTagClassName
{
color: #BDE109;
}
</style>
background-color css
<style>
a { background-color: #BDE109; }
a { background-color: rgb(189,225,9); }
div.DivClassName
{
background-color: #BDE109;
}
.BgClassName
{
background-color: #BDE109;
}
</style>
border-color css
<style>
span { border-color: #BDE109; }
span { border-color: rgb(189,225,9); }
td.TdClassName
{
border-color: #BDE109;
}
.TagClassName
{
border-color: #BDE109;
}
</style>