Shades of Inch Worm #BCD91B
Tints of Inch Worm #BCD91B
RGB
CMYK
RGB Variations
Color information
#BCD91B (or 0xBCD91B) is known color: Inch Worm. HEX triplet: BC, D9 and 1B. RGB value is (188,217,27). Sum of RGB (Red+Green+Blue) = 188+217+27=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD91B is #4326E4. Grayscale: #BBBBBB. Windows color (decimal): -4400869 or 1825212. OLE color: 1825212.
HSL color Cylindrical-coordinate representation of color #BCD91B: hue angle of 69.16º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCD91B is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 27 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.15 |
| HSL | 69.16º | 0.78% | 0.48% | - |
| HSV(B) | 69.16º | 0.88% | 0.85% | - |
| XYZ | 45.75 | 60.4 | 10.28 | - |
| YUV | 186.67 | 37.89 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 27 | 0.13 | 0 | 0.88 | 0.15 | 69.16 | 0.78 | 0.48 |
| Hex | BC | D9 | 1B | D | 0 | 58 | F | 45 | 4E | 30 |
| Octal | 274 | 331 | 33 | 15 | 0 | 130 | 17 | 105 | 116 | 60 |
| Binary | 10111100 | 11011001 | 11011 | 1101 | 0 | 1011000 | 1111 | 1000101 | 1001110 | 110000 |
Color Harmonies of #BCD91B
Complementary color
Monochromatic Colors of #BCD91B
Black with #BCD91B
Text Example
Text Example
White with #BCD91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD91B; }
p { color: rgb(188,217,27); }
H1.HeaderClassName
{
color: #BCD91B;
}
.AnyTagClassName
{
color: #BCD91B;
}
</style>
background-color css
<style>
a { background-color: #BCD91B; }
a { background-color: rgb(188,217,27); }
div.DivClassName
{
background-color: #BCD91B;
}
.BgClassName
{
background-color: #BCD91B;
}
</style>
border-color css
<style>
span { border-color: #BCD91B; }
span { border-color: rgb(188,217,27); }
td.TdClassName
{
border-color: #BCD91B;
}
.TagClassName
{
border-color: #BCD91B;
}
</style>