Shades of Inch Worm #BCD802
Tints of Inch Worm #BCD802
RGB
CMYK
RGB Variations
Color information
#BCD802 (or 0xBCD802) is known color: Inch Worm. HEX triplet: BC, D8 and 02. RGB value is (188,216,2). Sum of RGB (Red+Green+Blue) = 188+216+2=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD802 is #4327FD. Grayscale: #B8B8B8. Windows color (decimal): -4401150 or 186556. OLE color: 186556.
HSL color Cylindrical-coordinate representation of color #BCD802: hue angle of 67.85º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCD802 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.15 |
| HSL | 67.85º | 0.98% | 0.43% | - |
| HSV(B) | 67.85º | 0.99% | 0.85% | - |
| XYZ | 45.31 | 59.81 | 9.21 | - |
| YUV | 183.23 | 25.72 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 2 | 0.13 | 0 | 0.99 | 0.15 | 67.85 | 0.98 | 0.43 |
| Hex | BC | D8 | 2 | D | 0 | 63 | F | 44 | 62 | 2B |
| Octal | 274 | 330 | 2 | 15 | 0 | 143 | 17 | 104 | 142 | 53 |
| Binary | 10111100 | 11011000 | 10 | 1101 | 0 | 1100011 | 1111 | 1000100 | 1100010 | 101011 |
Color Harmonies of #BCD802
Complementary color
Monochromatic Colors of #BCD802
Black with #BCD802
Text Example
Text Example
White with #BCD802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD802; }
p { color: rgb(188,216,2); }
H1.HeaderClassName
{
color: #BCD802;
}
.AnyTagClassName
{
color: #BCD802;
}
</style>
background-color css
<style>
a { background-color: #BCD802; }
a { background-color: rgb(188,216,2); }
div.DivClassName
{
background-color: #BCD802;
}
.BgClassName
{
background-color: #BCD802;
}
</style>
border-color css
<style>
span { border-color: #BCD802; }
span { border-color: rgb(188,216,2); }
td.TdClassName
{
border-color: #BCD802;
}
.TagClassName
{
border-color: #BCD802;
}
</style>