Shades of Inch Worm #BBDB05
Tints of Inch Worm #BBDB05
RGB
CMYK
RGB Variations
Color information
#BBDB05 (or 0xBBDB05) is known color: Inch Worm. HEX triplet: BB, DB and 05. RGB value is (187,219,5). Sum of RGB (Red+Green+Blue) = 187+219+5=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB05 is #4424FA. Grayscale: #B9B9B9. Windows color (decimal): -4465915 or 383931. OLE color: 383931.
HSL color Cylindrical-coordinate representation of color #BBDB05: hue angle of 68.97º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBDB05 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.14 |
| HSL | 68.97º | 0.96% | 0.44% | - |
| HSV(B) | 68.97º | 0.98% | 0.86% | - |
| XYZ | 45.85 | 61.24 | 9.55 | - |
| YUV | 185.04 | 26.4 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 5 | 0.15 | 0 | 0.98 | 0.14 | 68.97 | 0.96 | 0.44 |
| Hex | BB | DB | 5 | F | 0 | 62 | E | 45 | 60 | 2C |
| Octal | 273 | 333 | 5 | 17 | 0 | 142 | 16 | 105 | 140 | 54 |
| Binary | 10111011 | 11011011 | 101 | 1111 | 0 | 1100010 | 1110 | 1000101 | 1100000 | 101100 |
Color Harmonies of #BBDB05
Complementary color
Monochromatic Colors of #BBDB05
Black with #BBDB05
Text Example
Text Example
White with #BBDB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB05; }
p { color: rgb(187,219,5); }
H1.HeaderClassName
{
color: #BBDB05;
}
.AnyTagClassName
{
color: #BBDB05;
}
</style>
background-color css
<style>
a { background-color: #BBDB05; }
a { background-color: rgb(187,219,5); }
div.DivClassName
{
background-color: #BBDB05;
}
.BgClassName
{
background-color: #BBDB05;
}
</style>
border-color css
<style>
span { border-color: #BBDB05; }
span { border-color: rgb(187,219,5); }
td.TdClassName
{
border-color: #BBDB05;
}
.TagClassName
{
border-color: #BBDB05;
}
</style>