Shades of Inch Worm #BDDD09
Tints of Inch Worm #BDDD09
RGB
CMYK
RGB Variations
Color information
#BDDD09 (or 0xBDDD09) is known color: Inch Worm. HEX triplet: BD, DD and 09. RGB value is (189,221,9). Sum of RGB (Red+Green+Blue) = 189+221+9=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 9 (3.91% from 255 or 2.15% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDD09 is #4222F6. Grayscale: #BCBCBC. Windows color (decimal): -4334327 or 646589. OLE color: 646589.
HSL color Cylindrical-coordinate representation of color #BDDD09: hue angle of 69.06º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDDD09 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 9 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.13 |
| HSL | 69.06º | 0.92% | 0.45% | - |
| HSV(B) | 69.06º | 0.96% | 0.87% | - |
| XYZ | 46.89 | 62.55 | 9.86 | - |
| YUV | 187.26 | 27.4 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 9 | 0.14 | 0 | 0.96 | 0.13 | 69.06 | 0.92 | 0.45 |
| Hex | BD | DD | 9 | E | 0 | 60 | D | 45 | 5C | 2D |
| Octal | 275 | 335 | 11 | 16 | 0 | 140 | 15 | 105 | 134 | 55 |
| Binary | 10111101 | 11011101 | 1001 | 1110 | 0 | 1100000 | 1101 | 1000101 | 1011100 | 101101 |
Color Harmonies of #BDDD09
Complementary color
Monochromatic Colors of #BDDD09
Black with #BDDD09
Text Example
Text Example
White with #BDDD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD09; }
p { color: rgb(189,221,9); }
H1.HeaderClassName
{
color: #BDDD09;
}
.AnyTagClassName
{
color: #BDDD09;
}
</style>
background-color css
<style>
a { background-color: #BDDD09; }
a { background-color: rgb(189,221,9); }
div.DivClassName
{
background-color: #BDDD09;
}
.BgClassName
{
background-color: #BDDD09;
}
</style>
border-color css
<style>
span { border-color: #BDDD09; }
span { border-color: rgb(189,221,9); }
td.TdClassName
{
border-color: #BDDD09;
}
.TagClassName
{
border-color: #BDDD09;
}
</style>