Shades of Inch Worm #BBDE0D
Tints of Inch Worm #BBDE0D
RGB
CMYK
RGB Variations
Color information
#BBDE0D (or 0xBBDE0D) is known color: Inch Worm. HEX triplet: BB, DE and 0D. RGB value is (187,222,13). Sum of RGB (Red+Green+Blue) = 187+222+13=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDE0D is #4421F2. Grayscale: #BCBCBC. Windows color (decimal): -4465139 or 908987. OLE color: 908987.
HSL color Cylindrical-coordinate representation of color #BBDE0D: hue angle of 70.05º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBDE0D is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 13 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.13 |
| HSL | 70.05º | 0.89% | 0.46% | - |
| HSV(B) | 70.05º | 0.94% | 0.87% | - |
| XYZ | 46.69 | 62.84 | 10.05 | - |
| YUV | 187.71 | 29.4 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 13 | 0.16 | 0 | 0.94 | 0.13 | 70.05 | 0.89 | 0.46 |
| Hex | BB | DE | D | 10 | 0 | 5E | D | 46 | 59 | 2E |
| Octal | 273 | 336 | 15 | 20 | 0 | 136 | 15 | 106 | 131 | 56 |
| Binary | 10111011 | 11011110 | 1101 | 10000 | 0 | 1011110 | 1101 | 1000110 | 1011001 | 101110 |
Color Harmonies of #BBDE0D
Complementary color
Monochromatic Colors of #BBDE0D
Black with #BBDE0D
Text Example
Text Example
White with #BBDE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE0D; }
p { color: rgb(187,222,13); }
H1.HeaderClassName
{
color: #BBDE0D;
}
.AnyTagClassName
{
color: #BBDE0D;
}
</style>
background-color css
<style>
a { background-color: #BBDE0D; }
a { background-color: rgb(187,222,13); }
div.DivClassName
{
background-color: #BBDE0D;
}
.BgClassName
{
background-color: #BBDE0D;
}
</style>
border-color css
<style>
span { border-color: #BBDE0D; }
span { border-color: rgb(187,222,13); }
td.TdClassName
{
border-color: #BBDE0D;
}
.TagClassName
{
border-color: #BBDE0D;
}
</style>