Shades of Inch Worm #BCD702
Tints of Inch Worm #BCD702
RGB
CMYK
RGB Variations
Color information
#BCD702 (or 0xBCD702) is known color: Inch Worm. HEX triplet: BC, D7 and 02. RGB value is (188,215,2). Sum of RGB (Red+Green+Blue) = 188+215+2=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD702 is #4328FD. Grayscale: #B7B7B7. Windows color (decimal): -4401406 or 186300. OLE color: 186300.
HSL color Cylindrical-coordinate representation of color #BCD702: hue angle of 67.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCD702 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.16 |
| HSL | 67.61º | 0.98% | 0.43% | - |
| HSV(B) | 67.61º | 0.99% | 0.84% | - |
| XYZ | 45.05 | 59.3 | 9.13 | - |
| YUV | 182.65 | 26.05 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 2 | 0.13 | 0 | 0.99 | 0.16 | 67.61 | 0.98 | 0.43 |
| Hex | BC | D7 | 2 | D | 0 | 63 | 10 | 44 | 62 | 2B |
| Octal | 274 | 327 | 2 | 15 | 0 | 143 | 20 | 104 | 142 | 53 |
| Binary | 10111100 | 11010111 | 10 | 1101 | 0 | 1100011 | 10000 | 1000100 | 1100010 | 101011 |
Color Harmonies of #BCD702
Complementary color
Monochromatic Colors of #BCD702
Black with #BCD702
Text Example
Text Example
White with #BCD702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD702; }
p { color: rgb(188,215,2); }
H1.HeaderClassName
{
color: #BCD702;
}
.AnyTagClassName
{
color: #BCD702;
}
</style>
background-color css
<style>
a { background-color: #BCD702; }
a { background-color: rgb(188,215,2); }
div.DivClassName
{
background-color: #BCD702;
}
.BgClassName
{
background-color: #BCD702;
}
</style>
border-color css
<style>
span { border-color: #BCD702; }
span { border-color: rgb(188,215,2); }
td.TdClassName
{
border-color: #BCD702;
}
.TagClassName
{
border-color: #BCD702;
}
</style>