Shades of Inch Worm #BDDC1C
Tints of Inch Worm #BDDC1C
RGB
CMYK
RGB Variations
Color information
#BDDC1C (or 0xBDDC1C) is known color: Inch Worm. HEX triplet: BD, DC and 1C. RGB value is (189,220,28). Sum of RGB (Red+Green+Blue) = 189+220+28=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC1C is #4223E3. Grayscale: #BDBDBD. Windows color (decimal): -4334564 or 1891517. OLE color: 1891517.
HSL color Cylindrical-coordinate representation of color #BDDC1C: hue angle of 69.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDDC1C is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 28 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.14 |
| HSL | 69.69º | 0.77% | 0.49% | - |
| HSV(B) | 69.69º | 0.87% | 0.86% | - |
| XYZ | 46.79 | 62.09 | 10.62 | - |
| YUV | 188.84 | 37.23 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 28 | 0.14 | 0 | 0.87 | 0.14 | 69.69 | 0.77 | 0.49 |
| Hex | BD | DC | 1C | E | 0 | 57 | E | 46 | 4D | 31 |
| Octal | 275 | 334 | 34 | 16 | 0 | 127 | 16 | 106 | 115 | 61 |
| Binary | 10111101 | 11011100 | 11100 | 1110 | 0 | 1010111 | 1110 | 1000110 | 1001101 | 110001 |
Color Harmonies of #BDDC1C
Complementary color
Monochromatic Colors of #BDDC1C
Black with #BDDC1C
Text Example
Text Example
White with #BDDC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC1C; }
p { color: rgb(189,220,28); }
H1.HeaderClassName
{
color: #BDDC1C;
}
.AnyTagClassName
{
color: #BDDC1C;
}
</style>
background-color css
<style>
a { background-color: #BDDC1C; }
a { background-color: rgb(189,220,28); }
div.DivClassName
{
background-color: #BDDC1C;
}
.BgClassName
{
background-color: #BDDC1C;
}
</style>
border-color css
<style>
span { border-color: #BDDC1C; }
span { border-color: rgb(189,220,28); }
td.TdClassName
{
border-color: #BDDC1C;
}
.TagClassName
{
border-color: #BDDC1C;
}
</style>