Shades of Inch Worm #BBDC0C
Tints of Inch Worm #BBDC0C
RGB
CMYK
RGB Variations
Color information
#BBDC0C (or 0xBBDC0C) is known color: Inch Worm. HEX triplet: BB, DC and 0C. RGB value is (187,220,12). Sum of RGB (Red+Green+Blue) = 187+220+12=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC0C is #4423F3. Grayscale: #BBBBBB. Windows color (decimal): -4465652 or 842939. OLE color: 842939.
HSL color Cylindrical-coordinate representation of color #BBDC0C: hue angle of 69.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBDC0C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.14 |
| HSL | 69.52º | 0.9% | 0.45% | - |
| HSV(B) | 69.52º | 0.95% | 0.86% | - |
| XYZ | 46.15 | 61.78 | 9.84 | - |
| YUV | 186.42 | 29.57 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 12 | 0.15 | 0 | 0.95 | 0.14 | 69.52 | 0.9 | 0.45 |
| Hex | BB | DC | C | F | 0 | 5F | E | 46 | 5A | 2D |
| Octal | 273 | 334 | 14 | 17 | 0 | 137 | 16 | 106 | 132 | 55 |
| Binary | 10111011 | 11011100 | 1100 | 1111 | 0 | 1011111 | 1110 | 1000110 | 1011010 | 101101 |
Color Harmonies of #BBDC0C
Complementary color
Monochromatic Colors of #BBDC0C
Black with #BBDC0C
Text Example
Text Example
White with #BBDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC0C; }
p { color: rgb(187,220,12); }
H1.HeaderClassName
{
color: #BBDC0C;
}
.AnyTagClassName
{
color: #BBDC0C;
}
</style>
background-color css
<style>
a { background-color: #BBDC0C; }
a { background-color: rgb(187,220,12); }
div.DivClassName
{
background-color: #BBDC0C;
}
.BgClassName
{
background-color: #BBDC0C;
}
</style>
border-color css
<style>
span { border-color: #BBDC0C; }
span { border-color: rgb(187,220,12); }
td.TdClassName
{
border-color: #BBDC0C;
}
.TagClassName
{
border-color: #BBDC0C;
}
</style>