Shades of Inch Worm #BDE916
Tints of Inch Worm #BDE916
RGB
CMYK
RGB Variations
Color information
#BDE916 (or 0xBDE916) is known color: Inch Worm. HEX triplet: BD, E9 and 16. RGB value is (189,233,22). Sum of RGB (Red+Green+Blue) = 189+233+22=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE916 is #4216E9. Grayscale: #C4C4C4. Windows color (decimal): -4331242 or 1501629. OLE color: 1501629.
HSL color Cylindrical-coordinate representation of color #BDE916: hue angle of 72.51º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDE916 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 22 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.09 |
| HSL | 72.51º | 0.83% | 0.5% | - |
| HSV(B) | 72.51º | 0.91% | 0.91% | - |
| XYZ | 50.27 | 69.15 | 11.46 | - |
| YUV | 195.79 | 29.92 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 22 | 0.19 | 0 | 0.91 | 0.09 | 72.51 | 0.83 | 0.5 |
| Hex | BD | E9 | 16 | 13 | 0 | 5B | 9 | 49 | 53 | 32 |
| Octal | 275 | 351 | 26 | 23 | 0 | 133 | 11 | 111 | 123 | 62 |
| Binary | 10111101 | 11101001 | 10110 | 10011 | 0 | 1011011 | 1001 | 1001001 | 1010011 | 110010 |
Color Harmonies of #BDE916
Complementary color
Monochromatic Colors of #BDE916
Black with #BDE916
Text Example
Text Example
White with #BDE916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE916; }
p { color: rgb(189,233,22); }
H1.HeaderClassName
{
color: #BDE916;
}
.AnyTagClassName
{
color: #BDE916;
}
</style>
background-color css
<style>
a { background-color: #BDE916; }
a { background-color: rgb(189,233,22); }
div.DivClassName
{
background-color: #BDE916;
}
.BgClassName
{
background-color: #BDE916;
}
</style>
border-color css
<style>
span { border-color: #BDE916; }
span { border-color: rgb(189,233,22); }
td.TdClassName
{
border-color: #BDE916;
}
.TagClassName
{
border-color: #BDE916;
}
</style>