Shades of Inch Worm #BCD80B
Tints of Inch Worm #BCD80B
RGB
CMYK
RGB Variations
Color information
#BCD80B (or 0xBCD80B) is known color: Inch Worm. HEX triplet: BC, D8 and 0B. RGB value is (188,216,11). Sum of RGB (Red+Green+Blue) = 188+216+11=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD80B is #4327F4. Grayscale: #B9B9B9. Windows color (decimal): -4401141 or 776380. OLE color: 776380.
HSL color Cylindrical-coordinate representation of color #BCD80B: hue angle of 68.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCD80B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.15 |
| HSL | 68.2º | 0.9% | 0.45% | - |
| HSV(B) | 68.2º | 0.95% | 0.85% | - |
| XYZ | 45.36 | 59.83 | 9.47 | - |
| YUV | 184.26 | 30.22 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 11 | 0.13 | 0 | 0.95 | 0.15 | 68.2 | 0.9 | 0.45 |
| Hex | BC | D8 | B | D | 0 | 5F | F | 44 | 5A | 2D |
| Octal | 274 | 330 | 13 | 15 | 0 | 137 | 17 | 104 | 132 | 55 |
| Binary | 10111100 | 11011000 | 1011 | 1101 | 0 | 1011111 | 1111 | 1000100 | 1011010 | 101101 |
Color Harmonies of #BCD80B
Complementary color
Monochromatic Colors of #BCD80B
Black with #BCD80B
Text Example
Text Example
White with #BCD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD80B; }
p { color: rgb(188,216,11); }
H1.HeaderClassName
{
color: #BCD80B;
}
.AnyTagClassName
{
color: #BCD80B;
}
</style>
background-color css
<style>
a { background-color: #BCD80B; }
a { background-color: rgb(188,216,11); }
div.DivClassName
{
background-color: #BCD80B;
}
.BgClassName
{
background-color: #BCD80B;
}
</style>
border-color css
<style>
span { border-color: #BCD80B; }
span { border-color: rgb(188,216,11); }
td.TdClassName
{
border-color: #BCD80B;
}
.TagClassName
{
border-color: #BCD80B;
}
</style>