Shades of Inch Worm #BDDB17
Tints of Inch Worm #BDDB17
RGB
CMYK
RGB Variations
Color information
#BDDB17 (or 0xBDDB17) is known color: Inch Worm. HEX triplet: BD, DB and 17. RGB value is (189,219,23). Sum of RGB (Red+Green+Blue) = 189+219+23=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDB17 is #4224E8. Grayscale: #BCBCBC. Windows color (decimal): -4334825 or 1563581. OLE color: 1563581.
HSL color Cylindrical-coordinate representation of color #BDDB17: hue angle of 69.18º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDDB17 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 23 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.14 |
| HSL | 69.18º | 0.81% | 0.47% | - |
| HSV(B) | 69.18º | 0.89% | 0.86% | - |
| XYZ | 46.47 | 61.54 | 10.24 | - |
| YUV | 187.69 | 35.06 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 23 | 0.14 | 0 | 0.89 | 0.14 | 69.18 | 0.81 | 0.47 |
| Hex | BD | DB | 17 | E | 0 | 59 | E | 45 | 51 | 2F |
| Octal | 275 | 333 | 27 | 16 | 0 | 131 | 16 | 105 | 121 | 57 |
| Binary | 10111101 | 11011011 | 10111 | 1110 | 0 | 1011001 | 1110 | 1000101 | 1010001 | 101111 |
Color Harmonies of #BDDB17
Complementary color
Monochromatic Colors of #BDDB17
Black with #BDDB17
Text Example
Text Example
White with #BDDB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB17; }
p { color: rgb(189,219,23); }
H1.HeaderClassName
{
color: #BDDB17;
}
.AnyTagClassName
{
color: #BDDB17;
}
</style>
background-color css
<style>
a { background-color: #BDDB17; }
a { background-color: rgb(189,219,23); }
div.DivClassName
{
background-color: #BDDB17;
}
.BgClassName
{
background-color: #BDDB17;
}
</style>
border-color css
<style>
span { border-color: #BDDB17; }
span { border-color: rgb(189,219,23); }
td.TdClassName
{
border-color: #BDDB17;
}
.TagClassName
{
border-color: #BDDB17;
}
</style>