Shades of Inch Worm #BCDC08
Tints of Inch Worm #BCDC08
RGB
CMYK
RGB Variations
Color information
#BCDC08 (or 0xBCDC08) is known color: Inch Worm. HEX triplet: BC, DC and 08. RGB value is (188,220,8). Sum of RGB (Red+Green+Blue) = 188+220+8=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC08 is #4323F7. Grayscale: #BBBBBB. Windows color (decimal): -4400120 or 580796. OLE color: 580796.
HSL color Cylindrical-coordinate representation of color #BCDC08: hue angle of 69.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCDC08 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 8 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.14 |
| HSL | 69.06º | 0.93% | 0.45% | - |
| HSV(B) | 69.06º | 0.96% | 0.86% | - |
| XYZ | 46.38 | 61.9 | 9.73 | - |
| YUV | 186.26 | 27.4 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 8 | 0.15 | 0 | 0.96 | 0.14 | 69.06 | 0.93 | 0.45 |
| Hex | BC | DC | 8 | F | 0 | 60 | E | 45 | 5D | 2D |
| Octal | 274 | 334 | 10 | 17 | 0 | 140 | 16 | 105 | 135 | 55 |
| Binary | 10111100 | 11011100 | 1000 | 1111 | 0 | 1100000 | 1110 | 1000101 | 1011101 | 101101 |
Color Harmonies of #BCDC08
Complementary color
Monochromatic Colors of #BCDC08
Black with #BCDC08
Text Example
Text Example
White with #BCDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC08; }
p { color: rgb(188,220,8); }
H1.HeaderClassName
{
color: #BCDC08;
}
.AnyTagClassName
{
color: #BCDC08;
}
</style>
background-color css
<style>
a { background-color: #BCDC08; }
a { background-color: rgb(188,220,8); }
div.DivClassName
{
background-color: #BCDC08;
}
.BgClassName
{
background-color: #BCDC08;
}
</style>
border-color css
<style>
span { border-color: #BCDC08; }
span { border-color: rgb(188,220,8); }
td.TdClassName
{
border-color: #BCDC08;
}
.TagClassName
{
border-color: #BCDC08;
}
</style>