Shades of Inch Worm #BBE10D
Tints of Inch Worm #BBE10D
RGB
CMYK
RGB Variations
Color information
#BBE10D (or 0xBBE10D) is known color: Inch Worm. HEX triplet: BB, E1 and 0D. RGB value is (187,225,13). Sum of RGB (Red+Green+Blue) = 187+225+13=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE10D is #441EF2. Grayscale: #BEBEBE. Windows color (decimal): -4464371 or 909755. OLE color: 909755.
HSL color Cylindrical-coordinate representation of color #BBE10D: hue angle of 70.75º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBE10D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 13 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.12 |
| HSL | 70.75º | 0.89% | 0.47% | - |
| HSV(B) | 70.75º | 0.94% | 0.88% | - |
| XYZ | 47.49 | 64.44 | 10.32 | - |
| YUV | 189.47 | 28.41 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 13 | 0.17 | 0 | 0.94 | 0.12 | 70.75 | 0.89 | 0.47 |
| Hex | BB | E1 | D | 11 | 0 | 5E | C | 47 | 59 | 2F |
| Octal | 273 | 341 | 15 | 21 | 0 | 136 | 14 | 107 | 131 | 57 |
| Binary | 10111011 | 11100001 | 1101 | 10001 | 0 | 1011110 | 1100 | 1000111 | 1011001 | 101111 |
Color Harmonies of #BBE10D
Complementary color
Monochromatic Colors of #BBE10D
Black with #BBE10D
Text Example
Text Example
White with #BBE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE10D; }
p { color: rgb(187,225,13); }
H1.HeaderClassName
{
color: #BBE10D;
}
.AnyTagClassName
{
color: #BBE10D;
}
</style>
background-color css
<style>
a { background-color: #BBE10D; }
a { background-color: rgb(187,225,13); }
div.DivClassName
{
background-color: #BBE10D;
}
.BgClassName
{
background-color: #BBE10D;
}
</style>
border-color css
<style>
span { border-color: #BBE10D; }
span { border-color: rgb(187,225,13); }
td.TdClassName
{
border-color: #BBE10D;
}
.TagClassName
{
border-color: #BBE10D;
}
</style>