Shades of Inch Worm #BDDC0E
Tints of Inch Worm #BDDC0E
RGB
CMYK
RGB Variations
Color information
#BDDC0E (or 0xBDDC0E) is known color: Inch Worm. HEX triplet: BD, DC and 0E. RGB value is (189,220,14). Sum of RGB (Red+Green+Blue) = 189+220+14=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC0E is #4223F1. Grayscale: #BCBCBC. Windows color (decimal): -4334578 or 974013. OLE color: 974013.
HSL color Cylindrical-coordinate representation of color #BDDC0E: hue angle of 69.03º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDDC0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.14 |
| HSL | 69.03º | 0.88% | 0.46% | - |
| HSV(B) | 69.03º | 0.94% | 0.86% | - |
| XYZ | 46.66 | 62.04 | 9.93 | - |
| YUV | 187.25 | 30.23 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 14 | 0.14 | 0 | 0.94 | 0.14 | 69.03 | 0.88 | 0.46 |
| Hex | BD | DC | E | E | 0 | 5E | E | 45 | 58 | 2E |
| Octal | 275 | 334 | 16 | 16 | 0 | 136 | 16 | 105 | 130 | 56 |
| Binary | 10111101 | 11011100 | 1110 | 1110 | 0 | 1011110 | 1110 | 1000101 | 1011000 | 101110 |
Color Harmonies of #BDDC0E
Complementary color
Monochromatic Colors of #BDDC0E
Black with #BDDC0E
Text Example
Text Example
White with #BDDC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC0E; }
p { color: rgb(189,220,14); }
H1.HeaderClassName
{
color: #BDDC0E;
}
.AnyTagClassName
{
color: #BDDC0E;
}
</style>
background-color css
<style>
a { background-color: #BDDC0E; }
a { background-color: rgb(189,220,14); }
div.DivClassName
{
background-color: #BDDC0E;
}
.BgClassName
{
background-color: #BDDC0E;
}
</style>
border-color css
<style>
span { border-color: #BDDC0E; }
span { border-color: rgb(189,220,14); }
td.TdClassName
{
border-color: #BDDC0E;
}
.TagClassName
{
border-color: #BDDC0E;
}
</style>