Shades of Inch Worm #BBDC09
Tints of Inch Worm #BBDC09
RGB
CMYK
RGB Variations
Color information
#BBDC09 (or 0xBBDC09) is known color: Inch Worm. HEX triplet: BB, DC and 09. RGB value is (187,220,9). Sum of RGB (Red+Green+Blue) = 187+220+9=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC09 is #4423F6. Grayscale: #BABABA. Windows color (decimal): -4465655 or 646331. OLE color: 646331.
HSL color Cylindrical-coordinate representation of color #BBDC09: hue angle of 69.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBDC09 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 9 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.14 |
| HSL | 69.38º | 0.92% | 0.45% | - |
| HSV(B) | 69.38º | 0.96% | 0.86% | - |
| XYZ | 46.14 | 61.77 | 9.75 | - |
| YUV | 186.08 | 28.07 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 9 | 0.15 | 0 | 0.96 | 0.14 | 69.38 | 0.92 | 0.45 |
| Hex | BB | DC | 9 | F | 0 | 60 | E | 45 | 5C | 2D |
| Octal | 273 | 334 | 11 | 17 | 0 | 140 | 16 | 105 | 134 | 55 |
| Binary | 10111011 | 11011100 | 1001 | 1111 | 0 | 1100000 | 1110 | 1000101 | 1011100 | 101101 |
Color Harmonies of #BBDC09
Complementary color
Monochromatic Colors of #BBDC09
Black with #BBDC09
Text Example
Text Example
White with #BBDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC09; }
p { color: rgb(187,220,9); }
H1.HeaderClassName
{
color: #BBDC09;
}
.AnyTagClassName
{
color: #BBDC09;
}
</style>
background-color css
<style>
a { background-color: #BBDC09; }
a { background-color: rgb(187,220,9); }
div.DivClassName
{
background-color: #BBDC09;
}
.BgClassName
{
background-color: #BBDC09;
}
</style>
border-color css
<style>
span { border-color: #BBDC09; }
span { border-color: rgb(187,220,9); }
td.TdClassName
{
border-color: #BBDC09;
}
.TagClassName
{
border-color: #BBDC09;
}
</style>