Shades of Inch Worm #BDD906
Tints of Inch Worm #BDD906
RGB
CMYK
RGB Variations
Color information
#BDD906 (or 0xBDD906) is known color: Inch Worm. HEX triplet: BD, D9 and 06. RGB value is (189,217,6). Sum of RGB (Red+Green+Blue) = 189+217+6=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 217 (85.16% from 255 or 52.67% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD906 is #4226F9. Grayscale: #B9B9B9. Windows color (decimal): -4335354 or 448957. OLE color: 448957.
HSL color Cylindrical-coordinate representation of color #BDD906: hue angle of 67.96º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDD906 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.15 |
| HSL | 67.96º | 0.95% | 0.44% | - |
| HSV(B) | 67.96º | 0.97% | 0.85% | - |
| XYZ | 45.83 | 60.46 | 9.43 | - |
| YUV | 184.57 | 27.22 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 6 | 0.13 | 0 | 0.97 | 0.15 | 67.96 | 0.95 | 0.44 |
| Hex | BD | D9 | 6 | D | 0 | 61 | F | 44 | 5F | 2C |
| Octal | 275 | 331 | 6 | 15 | 0 | 141 | 17 | 104 | 137 | 54 |
| Binary | 10111101 | 11011001 | 110 | 1101 | 0 | 1100001 | 1111 | 1000100 | 1011111 | 101100 |
Color Harmonies of #BDD906
Complementary color
Monochromatic Colors of #BDD906
Black with #BDD906
Text Example
Text Example
White with #BDD906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD906; }
p { color: rgb(189,217,6); }
H1.HeaderClassName
{
color: #BDD906;
}
.AnyTagClassName
{
color: #BDD906;
}
</style>
background-color css
<style>
a { background-color: #BDD906; }
a { background-color: rgb(189,217,6); }
div.DivClassName
{
background-color: #BDD906;
}
.BgClassName
{
background-color: #BDD906;
}
</style>
border-color css
<style>
span { border-color: #BDD906; }
span { border-color: rgb(189,217,6); }
td.TdClassName
{
border-color: #BDD906;
}
.TagClassName
{
border-color: #BDD906;
}
</style>