Shades of Inch Worm #BDD908
Tints of Inch Worm #BDD908
RGB
CMYK
RGB Variations
Color information
#BDD908 (or 0xBDD908) is known color: Inch Worm. HEX triplet: BD, D9 and 08. RGB value is (189,217,8). Sum of RGB (Red+Green+Blue) = 189+217+8=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD908 is #4226F7. Grayscale: #B9B9B9. Windows color (decimal): -4335352 or 580029. OLE color: 580029.
HSL color Cylindrical-coordinate representation of color #BDD908: hue angle of 68.04º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDD908 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.15 |
| HSL | 68.04º | 0.93% | 0.44% | - |
| HSV(B) | 68.04º | 0.96% | 0.85% | - |
| XYZ | 45.84 | 60.46 | 9.48 | - |
| YUV | 184.8 | 28.22 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 8 | 0.13 | 0 | 0.96 | 0.15 | 68.04 | 0.93 | 0.44 |
| Hex | BD | D9 | 8 | D | 0 | 60 | F | 44 | 5D | 2C |
| Octal | 275 | 331 | 10 | 15 | 0 | 140 | 17 | 104 | 135 | 54 |
| Binary | 10111101 | 11011001 | 1000 | 1101 | 0 | 1100000 | 1111 | 1000100 | 1011101 | 101100 |
Color Harmonies of #BDD908
Complementary color
Monochromatic Colors of #BDD908
Black with #BDD908
Text Example
Text Example
White with #BDD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD908; }
p { color: rgb(189,217,8); }
H1.HeaderClassName
{
color: #BDD908;
}
.AnyTagClassName
{
color: #BDD908;
}
</style>
background-color css
<style>
a { background-color: #BDD908; }
a { background-color: rgb(189,217,8); }
div.DivClassName
{
background-color: #BDD908;
}
.BgClassName
{
background-color: #BDD908;
}
</style>
border-color css
<style>
span { border-color: #BDD908; }
span { border-color: rgb(189,217,8); }
td.TdClassName
{
border-color: #BDD908;
}
.TagClassName
{
border-color: #BDD908;
}
</style>