Shades of Inch Worm #BDDC0C
Tints of Inch Worm #BDDC0C
RGB
CMYK
RGB Variations
Color information
#BDDC0C (or 0xBDDC0C) is known color: Inch Worm. HEX triplet: BD, DC and 0C. RGB value is (189,220,12). Sum of RGB (Red+Green+Blue) = 189+220+12=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC0C is #4223F3. Grayscale: #BBBBBB. Windows color (decimal): -4334580 or 842941. OLE color: 842941.
HSL color Cylindrical-coordinate representation of color #BDDC0C: hue angle of 68.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDDC0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.14 |
| HSL | 68.94º | 0.9% | 0.45% | - |
| HSV(B) | 68.94º | 0.95% | 0.86% | - |
| XYZ | 46.65 | 62.03 | 9.86 | - |
| YUV | 187.02 | 29.23 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 12 | 0.14 | 0 | 0.95 | 0.14 | 68.94 | 0.9 | 0.45 |
| Hex | BD | DC | C | E | 0 | 5F | E | 45 | 5A | 2D |
| Octal | 275 | 334 | 14 | 16 | 0 | 137 | 16 | 105 | 132 | 55 |
| Binary | 10111101 | 11011100 | 1100 | 1110 | 0 | 1011111 | 1110 | 1000101 | 1011010 | 101101 |
Color Harmonies of #BDDC0C
Complementary color
Monochromatic Colors of #BDDC0C
Black with #BDDC0C
Text Example
Text Example
White with #BDDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC0C; }
p { color: rgb(189,220,12); }
H1.HeaderClassName
{
color: #BDDC0C;
}
.AnyTagClassName
{
color: #BDDC0C;
}
</style>
background-color css
<style>
a { background-color: #BDDC0C; }
a { background-color: rgb(189,220,12); }
div.DivClassName
{
background-color: #BDDC0C;
}
.BgClassName
{
background-color: #BDDC0C;
}
</style>
border-color css
<style>
span { border-color: #BDDC0C; }
span { border-color: rgb(189,220,12); }
td.TdClassName
{
border-color: #BDDC0C;
}
.TagClassName
{
border-color: #BDDC0C;
}
</style>