Shades of Inch Worm #BBDB07
Tints of Inch Worm #BBDB07
RGB
CMYK
RGB Variations
Color information
#BBDB07 (or 0xBBDB07) is known color: Inch Worm. HEX triplet: BB, DB and 07. RGB value is (187,219,7). Sum of RGB (Red+Green+Blue) = 187+219+7=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB07 is #4424F8. Grayscale: #BABABA. Windows color (decimal): -4465913 or 515003. OLE color: 515003.
HSL color Cylindrical-coordinate representation of color #BBDB07: hue angle of 69.06º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBDB07 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.14 |
| HSL | 69.06º | 0.94% | 0.44% | - |
| HSV(B) | 69.06º | 0.97% | 0.86% | - |
| XYZ | 45.86 | 61.24 | 9.6 | - |
| YUV | 185.26 | 27.4 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 7 | 0.15 | 0 | 0.97 | 0.14 | 69.06 | 0.94 | 0.44 |
| Hex | BB | DB | 7 | F | 0 | 61 | E | 45 | 5E | 2C |
| Octal | 273 | 333 | 7 | 17 | 0 | 141 | 16 | 105 | 136 | 54 |
| Binary | 10111011 | 11011011 | 111 | 1111 | 0 | 1100001 | 1110 | 1000101 | 1011110 | 101100 |
Color Harmonies of #BBDB07
Complementary color
Monochromatic Colors of #BBDB07
Black with #BBDB07
Text Example
Text Example
White with #BBDB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB07; }
p { color: rgb(187,219,7); }
H1.HeaderClassName
{
color: #BBDB07;
}
.AnyTagClassName
{
color: #BBDB07;
}
</style>
background-color css
<style>
a { background-color: #BBDB07; }
a { background-color: rgb(187,219,7); }
div.DivClassName
{
background-color: #BBDB07;
}
.BgClassName
{
background-color: #BBDB07;
}
</style>
border-color css
<style>
span { border-color: #BBDB07; }
span { border-color: rgb(187,219,7); }
td.TdClassName
{
border-color: #BBDB07;
}
.TagClassName
{
border-color: #BBDB07;
}
</style>