Shades of Inch Worm #BCDB00
Tints of Inch Worm #BCDB00
RGB
CMYK
RGB Variations
Color information
#BCDB00 (or 0xBCDB00) is known color: Inch Worm. HEX triplet: BC, DB and 00. RGB value is (188,219,0). Sum of RGB (Red+Green+Blue) = 188+219+0=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB00 is #4324FF. Grayscale: #B9B9B9. Windows color (decimal): -4400384 or 56252. OLE color: 56252.
HSL color Cylindrical-coordinate representation of color #BCDB00: hue angle of 68.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCDB00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.14 |
| HSL | 68.49º | 1% | 0.43% | - |
| HSV(B) | 68.49º | 1% | 0.86% | - |
| XYZ | 46.07 | 61.35 | 9.41 | - |
| YUV | 184.77 | 23.73 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 0 | 0.14 | 0 | 1 | 0.14 | 68.49 | 1 | 0.43 |
| Hex | BC | DB | 0 | E | 0 | 64 | E | 44 | 64 | 2B |
| Octal | 274 | 333 | 0 | 16 | 0 | 144 | 16 | 104 | 144 | 53 |
| Binary | 10111100 | 11011011 | 0 | 1110 | 0 | 1100100 | 1110 | 1000100 | 1100100 | 101011 |
Color Harmonies of #BCDB00
Complementary color
Monochromatic Colors of #BCDB00
Black with #BCDB00
Text Example
Text Example
White with #BCDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB00; }
p { color: rgb(188,219,0); }
H1.HeaderClassName
{
color: #BCDB00;
}
.AnyTagClassName
{
color: #BCDB00;
}
</style>
background-color css
<style>
a { background-color: #BCDB00; }
a { background-color: rgb(188,219,0); }
div.DivClassName
{
background-color: #BCDB00;
}
.BgClassName
{
background-color: #BCDB00;
}
</style>
border-color css
<style>
span { border-color: #BCDB00; }
span { border-color: rgb(188,219,0); }
td.TdClassName
{
border-color: #BCDB00;
}
.TagClassName
{
border-color: #BCDB00;
}
</style>