Shades of Inch Worm #BDDA0C
Tints of Inch Worm #BDDA0C
RGB
CMYK
RGB Variations
Color information
#BDDA0C (or 0xBDDA0C) is known color: Inch Worm. HEX triplet: BD, DA and 0C. RGB value is (189,218,12). Sum of RGB (Red+Green+Blue) = 189+218+12=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA0C is #4225F3. Grayscale: #BABABA. Windows color (decimal): -4335092 or 842429. OLE color: 842429.
HSL color Cylindrical-coordinate representation of color #BDDA0C: hue angle of 68.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDDA0C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 12 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.15 |
| HSL | 68.45º | 0.9% | 0.45% | - |
| HSV(B) | 68.45º | 0.94% | 0.85% | - |
| XYZ | 46.12 | 60.99 | 9.69 | - |
| YUV | 185.85 | 29.89 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 12 | 0.13 | 0 | 0.94 | 0.15 | 68.45 | 0.9 | 0.45 |
| Hex | BD | DA | C | D | 0 | 5E | F | 44 | 5A | 2D |
| Octal | 275 | 332 | 14 | 15 | 0 | 136 | 17 | 104 | 132 | 55 |
| Binary | 10111101 | 11011010 | 1100 | 1101 | 0 | 1011110 | 1111 | 1000100 | 1011010 | 101101 |
Color Harmonies of #BDDA0C
Complementary color
Monochromatic Colors of #BDDA0C
Black with #BDDA0C
Text Example
Text Example
White with #BDDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA0C; }
p { color: rgb(189,218,12); }
H1.HeaderClassName
{
color: #BDDA0C;
}
.AnyTagClassName
{
color: #BDDA0C;
}
</style>
background-color css
<style>
a { background-color: #BDDA0C; }
a { background-color: rgb(189,218,12); }
div.DivClassName
{
background-color: #BDDA0C;
}
.BgClassName
{
background-color: #BDDA0C;
}
</style>
border-color css
<style>
span { border-color: #BDDA0C; }
span { border-color: rgb(189,218,12); }
td.TdClassName
{
border-color: #BDDA0C;
}
.TagClassName
{
border-color: #BDDA0C;
}
</style>