Shades of Inch Worm #BCDA02
Tints of Inch Worm #BCDA02
RGB
CMYK
RGB Variations
Color information
#BCDA02 (or 0xBCDA02) is known color: Inch Worm. HEX triplet: BC, DA and 02. RGB value is (188,218,2). Sum of RGB (Red+Green+Blue) = 188+218+2=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDA02 is #4325FD. Grayscale: #B9B9B9. Windows color (decimal): -4400638 or 187068. OLE color: 187068.
HSL color Cylindrical-coordinate representation of color #BCDA02: hue angle of 68.33º 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 #BCDA02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.15 |
| HSL | 68.33º | 0.98% | 0.43% | - |
| HSV(B) | 68.33º | 0.99% | 0.85% | - |
| XYZ | 45.82 | 60.84 | 9.39 | - |
| YUV | 184.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 2 | 0.14 | 0 | 0.99 | 0.15 | 68.33 | 0.98 | 0.43 |
| Hex | BC | DA | 2 | E | 0 | 63 | F | 44 | 62 | 2B |
| Octal | 274 | 332 | 2 | 16 | 0 | 143 | 17 | 104 | 142 | 53 |
| Binary | 10111100 | 11011010 | 10 | 1110 | 0 | 1100011 | 1111 | 1000100 | 1100010 | 101011 |
Color Harmonies of #BCDA02
Complementary color
Monochromatic Colors of #BCDA02
Black with #BCDA02
Text Example
Text Example
White with #BCDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA02; }
p { color: rgb(188,218,2); }
H1.HeaderClassName
{
color: #BCDA02;
}
.AnyTagClassName
{
color: #BCDA02;
}
</style>
background-color css
<style>
a { background-color: #BCDA02; }
a { background-color: rgb(188,218,2); }
div.DivClassName
{
background-color: #BCDA02;
}
.BgClassName
{
background-color: #BCDA02;
}
</style>
border-color css
<style>
span { border-color: #BCDA02; }
span { border-color: rgb(188,218,2); }
td.TdClassName
{
border-color: #BCDA02;
}
.TagClassName
{
border-color: #BCDA02;
}
</style>