Shades of Inch Worm #BBDE0B
Tints of Inch Worm #BBDE0B
RGB
CMYK
RGB Variations
Color information
#BBDE0B (or 0xBBDE0B) is known color: Inch Worm. HEX triplet: BB, DE and 0B. RGB value is (187,222,11). Sum of RGB (Red+Green+Blue) = 187+222+11=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 222 (87.11% from 255 or 52.86% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDE0B is #4421F4. Grayscale: #BCBCBC. Windows color (decimal): -4465141 or 777915. OLE color: 777915.
HSL color Cylindrical-coordinate representation of color #BBDE0B: hue angle of 69.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBDE0B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.13 |
| HSL | 69.95º | 0.91% | 0.46% | - |
| HSV(B) | 69.95º | 0.95% | 0.87% | - |
| XYZ | 46.68 | 62.83 | 9.98 | - |
| YUV | 187.48 | 28.4 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 11 | 0.16 | 0 | 0.95 | 0.13 | 69.95 | 0.91 | 0.46 |
| Hex | BB | DE | B | 10 | 0 | 5F | D | 46 | 5B | 2E |
| Octal | 273 | 336 | 13 | 20 | 0 | 137 | 15 | 106 | 133 | 56 |
| Binary | 10111011 | 11011110 | 1011 | 10000 | 0 | 1011111 | 1101 | 1000110 | 1011011 | 101110 |
Color Harmonies of #BBDE0B
Complementary color
Monochromatic Colors of #BBDE0B
Black with #BBDE0B
Text Example
Text Example
White with #BBDE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE0B; }
p { color: rgb(187,222,11); }
H1.HeaderClassName
{
color: #BBDE0B;
}
.AnyTagClassName
{
color: #BBDE0B;
}
</style>
background-color css
<style>
a { background-color: #BBDE0B; }
a { background-color: rgb(187,222,11); }
div.DivClassName
{
background-color: #BBDE0B;
}
.BgClassName
{
background-color: #BBDE0B;
}
</style>
border-color css
<style>
span { border-color: #BBDE0B; }
span { border-color: rgb(187,222,11); }
td.TdClassName
{
border-color: #BBDE0B;
}
.TagClassName
{
border-color: #BBDE0B;
}
</style>