Shades of Inch Worm #BBDF0B
Tints of Inch Worm #BBDF0B
RGB
CMYK
RGB Variations
Color information
#BBDF0B (or 0xBBDF0B) is known color: Inch Worm. HEX triplet: BB, DF and 0B. RGB value is (187,223,11). Sum of RGB (Red+Green+Blue) = 187+223+11=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF0B is #4420F4. Grayscale: #BCBCBC. Windows color (decimal): -4464885 or 778171. OLE color: 778171.
HSL color Cylindrical-coordinate representation of color #BBDF0B: hue angle of 70.19º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBDF0B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.13 |
| HSL | 70.19º | 0.91% | 0.46% | - |
| HSV(B) | 70.19º | 0.95% | 0.87% | - |
| XYZ | 46.94 | 63.36 | 10.07 | - |
| YUV | 188.07 | 28.07 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 11 | 0.16 | 0 | 0.95 | 0.13 | 70.19 | 0.91 | 0.46 |
| Hex | BB | DF | B | 10 | 0 | 5F | D | 46 | 5B | 2E |
| Octal | 273 | 337 | 13 | 20 | 0 | 137 | 15 | 106 | 133 | 56 |
| Binary | 10111011 | 11011111 | 1011 | 10000 | 0 | 1011111 | 1101 | 1000110 | 1011011 | 101110 |
Color Harmonies of #BBDF0B
Complementary color
Monochromatic Colors of #BBDF0B
Black with #BBDF0B
Text Example
Text Example
White with #BBDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF0B; }
p { color: rgb(187,223,11); }
H1.HeaderClassName
{
color: #BBDF0B;
}
.AnyTagClassName
{
color: #BBDF0B;
}
</style>
background-color css
<style>
a { background-color: #BBDF0B; }
a { background-color: rgb(187,223,11); }
div.DivClassName
{
background-color: #BBDF0B;
}
.BgClassName
{
background-color: #BBDF0B;
}
</style>
border-color css
<style>
span { border-color: #BBDF0B; }
span { border-color: rgb(187,223,11); }
td.TdClassName
{
border-color: #BBDF0B;
}
.TagClassName
{
border-color: #BBDF0B;
}
</style>