Shades of Inch Worm #BDDA0D
Tints of Inch Worm #BDDA0D
RGB
CMYK
RGB Variations
Color information
#BDDA0D (or 0xBDDA0D) is known color: Inch Worm. HEX triplet: BD, DA and 0D. RGB value is (189,218,13). Sum of RGB (Red+Green+Blue) = 189+218+13=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA0D is #4225F2. Grayscale: #BABABA. Windows color (decimal): -4335091 or 907965. OLE color: 907965.
HSL color Cylindrical-coordinate representation of color #BDDA0D: hue angle of 68.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDDA0D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.15 |
| HSL | 68.49º | 0.89% | 0.45% | - |
| HSV(B) | 68.49º | 0.94% | 0.85% | - |
| XYZ | 46.13 | 60.99 | 9.72 | - |
| YUV | 185.96 | 30.39 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 13 | 0.13 | 0 | 0.94 | 0.15 | 68.49 | 0.89 | 0.45 |
| Hex | BD | DA | D | D | 0 | 5E | F | 44 | 59 | 2D |
| Octal | 275 | 332 | 15 | 15 | 0 | 136 | 17 | 104 | 131 | 55 |
| Binary | 10111101 | 11011010 | 1101 | 1101 | 0 | 1011110 | 1111 | 1000100 | 1011001 | 101101 |
Color Harmonies of #BDDA0D
Complementary color
Monochromatic Colors of #BDDA0D
Black with #BDDA0D
Text Example
Text Example
White with #BDDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA0D; }
p { color: rgb(189,218,13); }
H1.HeaderClassName
{
color: #BDDA0D;
}
.AnyTagClassName
{
color: #BDDA0D;
}
</style>
background-color css
<style>
a { background-color: #BDDA0D; }
a { background-color: rgb(189,218,13); }
div.DivClassName
{
background-color: #BDDA0D;
}
.BgClassName
{
background-color: #BDDA0D;
}
</style>
border-color css
<style>
span { border-color: #BDDA0D; }
span { border-color: rgb(189,218,13); }
td.TdClassName
{
border-color: #BDDA0D;
}
.TagClassName
{
border-color: #BDDA0D;
}
</style>