Shades of Inch Worm #BBDD01
Tints of Inch Worm #BBDD01
RGB
CMYK
RGB Variations
Color information
#BBDD01 (or 0xBBDD01) is known color: Inch Worm. HEX triplet: BB, DD and 01. RGB value is (187,221,1). Sum of RGB (Red+Green+Blue) = 187+221+1=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDD01 is #4422FE. Grayscale: #BABABA. Windows color (decimal): -4465407 or 122299. OLE color: 122299.
HSL color Cylindrical-coordinate representation of color #BBDD01: hue angle of 69.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBDD01 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.13 |
| HSL | 69.27º | 0.99% | 0.44% | - |
| HSV(B) | 69.27º | 1% | 0.87% | - |
| XYZ | 46.36 | 62.28 | 9.61 | - |
| YUV | 185.75 | 23.74 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 1 | 0.15 | 0 | 1.00 | 0.13 | 69.27 | 0.99 | 0.44 |
| Hex | BB | DD | 1 | F | 0 | 64 | D | 45 | 63 | 2C |
| Octal | 273 | 335 | 1 | 17 | 0 | 144 | 15 | 105 | 143 | 54 |
| Binary | 10111011 | 11011101 | 1 | 1111 | 0 | 1100100 | 1101 | 1000101 | 1100011 | 101100 |
Color Harmonies of #BBDD01
Complementary color
Monochromatic Colors of #BBDD01
Black with #BBDD01
Text Example
Text Example
White with #BBDD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD01; }
p { color: rgb(187,221,1); }
H1.HeaderClassName
{
color: #BBDD01;
}
.AnyTagClassName
{
color: #BBDD01;
}
</style>
background-color css
<style>
a { background-color: #BBDD01; }
a { background-color: rgb(187,221,1); }
div.DivClassName
{
background-color: #BBDD01;
}
.BgClassName
{
background-color: #BBDD01;
}
</style>
border-color css
<style>
span { border-color: #BBDD01; }
span { border-color: rgb(187,221,1); }
td.TdClassName
{
border-color: #BBDD01;
}
.TagClassName
{
border-color: #BBDD01;
}
</style>