Shades of Inch Worm #BBEA0D
Tints of Inch Worm #BBEA0D
RGB
CMYK
RGB Variations
Color information
#BBEA0D (or 0xBBEA0D) is known color: Inch Worm. HEX triplet: BB, EA and 0D. RGB value is (187,234,13). Sum of RGB (Red+Green+Blue) = 187+234+13=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEA0D is #4415F2. Grayscale: #C3C3C3. Windows color (decimal): -4462067 or 912059. OLE color: 912059.
HSL color Cylindrical-coordinate representation of color #BBEA0D: hue angle of 72.76º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBEA0D is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 13 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.08 |
| HSL | 72.76º | 0.89% | 0.48% | - |
| HSV(B) | 72.76º | 0.94% | 0.92% | - |
| XYZ | 49.99 | 69.44 | 11.15 | - |
| YUV | 194.75 | 25.43 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 13 | 0.20 | 0 | 0.94 | 0.08 | 72.76 | 0.89 | 0.48 |
| Hex | BB | EA | D | 14 | 0 | 5E | 8 | 49 | 59 | 30 |
| Octal | 273 | 352 | 15 | 24 | 0 | 136 | 10 | 111 | 131 | 60 |
| Binary | 10111011 | 11101010 | 1101 | 10100 | 0 | 1011110 | 1000 | 1001001 | 1011001 | 110000 |
Color Harmonies of #BBEA0D
Complementary color
Monochromatic Colors of #BBEA0D
Black with #BBEA0D
Text Example
Text Example
White with #BBEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA0D; }
p { color: rgb(187,234,13); }
H1.HeaderClassName
{
color: #BBEA0D;
}
.AnyTagClassName
{
color: #BBEA0D;
}
</style>
background-color css
<style>
a { background-color: #BBEA0D; }
a { background-color: rgb(187,234,13); }
div.DivClassName
{
background-color: #BBEA0D;
}
.BgClassName
{
background-color: #BBEA0D;
}
</style>
border-color css
<style>
span { border-color: #BBEA0D; }
span { border-color: rgb(187,234,13); }
td.TdClassName
{
border-color: #BBEA0D;
}
.TagClassName
{
border-color: #BBEA0D;
}
</style>