Shades of Inch Worm #BCDA1C
Tints of Inch Worm #BCDA1C
RGB
CMYK
RGB Variations
Color information
#BCDA1C (or 0xBCDA1C) is known color: Inch Worm. HEX triplet: BC, DA and 1C. RGB value is (188,218,28). Sum of RGB (Red+Green+Blue) = 188+218+28=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA1C is #4325E3. Grayscale: #BCBCBC. Windows color (decimal): -4400612 or 1891004. OLE color: 1891004.
HSL color Cylindrical-coordinate representation of color #BCDA1C: hue angle of 69.47º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCDA1C is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 28 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.15 |
| HSL | 69.47º | 0.77% | 0.48% | - |
| HSV(B) | 69.47º | 0.87% | 0.85% | - |
| XYZ | 46.02 | 60.92 | 10.43 | - |
| YUV | 187.37 | 38.06 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 28 | 0.14 | 0 | 0.87 | 0.15 | 69.47 | 0.77 | 0.48 |
| Hex | BC | DA | 1C | E | 0 | 57 | F | 45 | 4D | 30 |
| Octal | 274 | 332 | 34 | 16 | 0 | 127 | 17 | 105 | 115 | 60 |
| Binary | 10111100 | 11011010 | 11100 | 1110 | 0 | 1010111 | 1111 | 1000101 | 1001101 | 110000 |
Color Harmonies of #BCDA1C
Complementary color
Monochromatic Colors of #BCDA1C
Black with #BCDA1C
Text Example
Text Example
White with #BCDA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA1C; }
p { color: rgb(188,218,28); }
H1.HeaderClassName
{
color: #BCDA1C;
}
.AnyTagClassName
{
color: #BCDA1C;
}
</style>
background-color css
<style>
a { background-color: #BCDA1C; }
a { background-color: rgb(188,218,28); }
div.DivClassName
{
background-color: #BCDA1C;
}
.BgClassName
{
background-color: #BCDA1C;
}
</style>
border-color css
<style>
span { border-color: #BCDA1C; }
span { border-color: rgb(188,218,28); }
td.TdClassName
{
border-color: #BCDA1C;
}
.TagClassName
{
border-color: #BCDA1C;
}
</style>