Shades of Inch Worm #BBDB0B
Tints of Inch Worm #BBDB0B
RGB
CMYK
RGB Variations
Color information
#BBDB0B (or 0xBBDB0B) is known color: Inch Worm. HEX triplet: BB, DB and 0B. RGB value is (187,219,11). Sum of RGB (Red+Green+Blue) = 187+219+11=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB0B is #4424F4. Grayscale: #BABABA. Windows color (decimal): -4465909 or 777147. OLE color: 777147.
HSL color Cylindrical-coordinate representation of color #BBDB0B: hue angle of 69.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBDB0B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.14 |
| HSL | 69.23º | 0.9% | 0.45% | - |
| HSV(B) | 69.23º | 0.95% | 0.86% | - |
| XYZ | 45.89 | 61.25 | 9.72 | - |
| YUV | 185.72 | 29.4 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 11 | 0.15 | 0 | 0.95 | 0.14 | 69.23 | 0.9 | 0.45 |
| Hex | BB | DB | B | F | 0 | 5F | E | 45 | 5A | 2D |
| Octal | 273 | 333 | 13 | 17 | 0 | 137 | 16 | 105 | 132 | 55 |
| Binary | 10111011 | 11011011 | 1011 | 1111 | 0 | 1011111 | 1110 | 1000101 | 1011010 | 101101 |
Color Harmonies of #BBDB0B
Complementary color
Monochromatic Colors of #BBDB0B
Black with #BBDB0B
Text Example
Text Example
White with #BBDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB0B; }
p { color: rgb(187,219,11); }
H1.HeaderClassName
{
color: #BBDB0B;
}
.AnyTagClassName
{
color: #BBDB0B;
}
</style>
background-color css
<style>
a { background-color: #BBDB0B; }
a { background-color: rgb(187,219,11); }
div.DivClassName
{
background-color: #BBDB0B;
}
.BgClassName
{
background-color: #BBDB0B;
}
</style>
border-color css
<style>
span { border-color: #BBDB0B; }
span { border-color: rgb(187,219,11); }
td.TdClassName
{
border-color: #BBDB0B;
}
.TagClassName
{
border-color: #BBDB0B;
}
</style>