Shades of Inch Worm #BDE306
Tints of Inch Worm #BDE306
RGB
CMYK
RGB Variations
Color information
#BDE306 (or 0xBDE306) is known color: Inch Worm. HEX triplet: BD, E3 and 06. RGB value is (189,227,6). Sum of RGB (Red+Green+Blue) = 189+227+6=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE306 is #421CF9. Grayscale: #BFBFBF. Windows color (decimal): -4332794 or 451517. OLE color: 451517.
HSL color Cylindrical-coordinate representation of color #BDE306: hue angle of 70.32º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDE306 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 6 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.11 |
| HSL | 70.32º | 0.95% | 0.46% | - |
| HSV(B) | 70.32º | 0.97% | 0.89% | - |
| XYZ | 48.49 | 65.77 | 10.31 | - |
| YUV | 190.44 | 23.91 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 6 | 0.17 | 0 | 0.97 | 0.11 | 70.32 | 0.95 | 0.46 |
| Hex | BD | E3 | 6 | 11 | 0 | 61 | B | 46 | 5F | 2E |
| Octal | 275 | 343 | 6 | 21 | 0 | 141 | 13 | 106 | 137 | 56 |
| Binary | 10111101 | 11100011 | 110 | 10001 | 0 | 1100001 | 1011 | 1000110 | 1011111 | 101110 |
Color Harmonies of #BDE306
Complementary color
Monochromatic Colors of #BDE306
Black with #BDE306
Text Example
Text Example
White with #BDE306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE306; }
p { color: rgb(189,227,6); }
H1.HeaderClassName
{
color: #BDE306;
}
.AnyTagClassName
{
color: #BDE306;
}
</style>
background-color css
<style>
a { background-color: #BDE306; }
a { background-color: rgb(189,227,6); }
div.DivClassName
{
background-color: #BDE306;
}
.BgClassName
{
background-color: #BDE306;
}
</style>
border-color css
<style>
span { border-color: #BDE306; }
span { border-color: rgb(189,227,6); }
td.TdClassName
{
border-color: #BDE306;
}
.TagClassName
{
border-color: #BDE306;
}
</style>