Shades of Inch Worm #BCDA05
Tints of Inch Worm #BCDA05
RGB
CMYK
RGB Variations
Color information
#BCDA05 (or 0xBCDA05) is known color: Inch Worm. HEX triplet: BC, DA and 05. RGB value is (188,218,5). Sum of RGB (Red+Green+Blue) = 188+218+5=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDA05 is #4325FA. Grayscale: #B9B9B9. Windows color (decimal): -4400635 or 383676. OLE color: 383676.
HSL color Cylindrical-coordinate representation of color #BCDA05: hue angle of 68.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCDA05 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.15 |
| HSL | 68.45º | 0.96% | 0.44% | - |
| HSV(B) | 68.45º | 0.98% | 0.85% | - |
| XYZ | 45.84 | 60.85 | 9.47 | - |
| YUV | 184.75 | 26.56 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 5 | 0.14 | 0 | 0.98 | 0.15 | 68.45 | 0.96 | 0.44 |
| Hex | BC | DA | 5 | E | 0 | 62 | F | 44 | 60 | 2C |
| Octal | 274 | 332 | 5 | 16 | 0 | 142 | 17 | 104 | 140 | 54 |
| Binary | 10111100 | 11011010 | 101 | 1110 | 0 | 1100010 | 1111 | 1000100 | 1100000 | 101100 |
Color Harmonies of #BCDA05
Complementary color
Monochromatic Colors of #BCDA05
Black with #BCDA05
Text Example
Text Example
White with #BCDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA05; }
p { color: rgb(188,218,5); }
H1.HeaderClassName
{
color: #BCDA05;
}
.AnyTagClassName
{
color: #BCDA05;
}
</style>
background-color css
<style>
a { background-color: #BCDA05; }
a { background-color: rgb(188,218,5); }
div.DivClassName
{
background-color: #BCDA05;
}
.BgClassName
{
background-color: #BCDA05;
}
</style>
border-color css
<style>
span { border-color: #BCDA05; }
span { border-color: rgb(188,218,5); }
td.TdClassName
{
border-color: #BCDA05;
}
.TagClassName
{
border-color: #BCDA05;
}
</style>