Shades of Inch Worm #BCD608
Tints of Inch Worm #BCD608
RGB
CMYK
RGB Variations
Color information
#BCD608 (or 0xBCD608) is known color: Inch Worm. HEX triplet: BC, D6 and 08. RGB value is (188,214,8). Sum of RGB (Red+Green+Blue) = 188+214+8=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD608 is #4329F7. Grayscale: #B7B7B7. Windows color (decimal): -4401656 or 579260. OLE color: 579260.
HSL color Cylindrical-coordinate representation of color #BCD608: hue angle of 67.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCD608 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 8 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.16 |
| HSL | 67.57º | 0.93% | 0.44% | - |
| HSV(B) | 67.57º | 0.96% | 0.84% | - |
| XYZ | 44.83 | 58.8 | 9.22 | - |
| YUV | 182.74 | 29.39 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 8 | 0.12 | 0 | 0.96 | 0.16 | 67.57 | 0.93 | 0.44 |
| Hex | BC | D6 | 8 | C | 0 | 60 | 10 | 44 | 5D | 2C |
| Octal | 274 | 326 | 10 | 14 | 0 | 140 | 20 | 104 | 135 | 54 |
| Binary | 10111100 | 11010110 | 1000 | 1100 | 0 | 1100000 | 10000 | 1000100 | 1011101 | 101100 |
Color Harmonies of #BCD608
Complementary color
Monochromatic Colors of #BCD608
Black with #BCD608
Text Example
Text Example
White with #BCD608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD608; }
p { color: rgb(188,214,8); }
H1.HeaderClassName
{
color: #BCD608;
}
.AnyTagClassName
{
color: #BCD608;
}
</style>
background-color css
<style>
a { background-color: #BCD608; }
a { background-color: rgb(188,214,8); }
div.DivClassName
{
background-color: #BCD608;
}
.BgClassName
{
background-color: #BCD608;
}
</style>
border-color css
<style>
span { border-color: #BCD608; }
span { border-color: rgb(188,214,8); }
td.TdClassName
{
border-color: #BCD608;
}
.TagClassName
{
border-color: #BCD608;
}
</style>