Shades of Inch Worm #BBDA0B
Tints of Inch Worm #BBDA0B
RGB
CMYK
RGB Variations
Color information
#BBDA0B (or 0xBBDA0B) is known color: Inch Worm. HEX triplet: BB, DA and 0B. RGB value is (187,218,11). Sum of RGB (Red+Green+Blue) = 187+218+11=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA0B is #4425F4. Grayscale: #B9B9B9. Windows color (decimal): -4466165 or 776891. OLE color: 776891.
HSL color Cylindrical-coordinate representation of color #BBDA0B: hue angle of 68.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBDA0B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 11 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.15 |
| HSL | 68.99º | 0.9% | 0.45% | - |
| HSV(B) | 68.99º | 0.95% | 0.85% | - |
| XYZ | 45.63 | 60.73 | 9.63 | - |
| YUV | 185.13 | 29.73 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 11 | 0.14 | 0 | 0.95 | 0.15 | 68.99 | 0.9 | 0.45 |
| Hex | BB | DA | B | E | 0 | 5F | F | 45 | 5A | 2D |
| Octal | 273 | 332 | 13 | 16 | 0 | 137 | 17 | 105 | 132 | 55 |
| Binary | 10111011 | 11011010 | 1011 | 1110 | 0 | 1011111 | 1111 | 1000101 | 1011010 | 101101 |
Color Harmonies of #BBDA0B
Complementary color
Monochromatic Colors of #BBDA0B
Black with #BBDA0B
Text Example
Text Example
White with #BBDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA0B; }
p { color: rgb(187,218,11); }
H1.HeaderClassName
{
color: #BBDA0B;
}
.AnyTagClassName
{
color: #BBDA0B;
}
</style>
background-color css
<style>
a { background-color: #BBDA0B; }
a { background-color: rgb(187,218,11); }
div.DivClassName
{
background-color: #BBDA0B;
}
.BgClassName
{
background-color: #BBDA0B;
}
</style>
border-color css
<style>
span { border-color: #BBDA0B; }
span { border-color: rgb(187,218,11); }
td.TdClassName
{
border-color: #BBDA0B;
}
.TagClassName
{
border-color: #BBDA0B;
}
</style>