Shades of Inch Worm #BBE50D
Tints of Inch Worm #BBE50D
RGB
CMYK
RGB Variations
Color information
#BBE50D (or 0xBBE50D) is known color: Inch Worm. HEX triplet: BB, E5 and 0D. RGB value is (187,229,13). Sum of RGB (Red+Green+Blue) = 187+229+13=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 229 (89.84% from 255 or 53.38% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE50D is #441AF2. Grayscale: #C0C0C0. Windows color (decimal): -4463347 or 910779. OLE color: 910779.
HSL color Cylindrical-coordinate representation of color #BBE50D: hue angle of 71.67º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBE50D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.10 |
| HSL | 71.67º | 0.89% | 0.47% | - |
| HSV(B) | 71.67º | 0.94% | 0.9% | - |
| XYZ | 48.59 | 66.63 | 10.68 | - |
| YUV | 191.82 | 27.09 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 13 | 0.18 | 0 | 0.94 | 0.10 | 71.67 | 0.89 | 0.47 |
| Hex | BB | E5 | D | 12 | 0 | 5E | A | 48 | 59 | 2F |
| Octal | 273 | 345 | 15 | 22 | 0 | 136 | 12 | 110 | 131 | 57 |
| Binary | 10111011 | 11100101 | 1101 | 10010 | 0 | 1011110 | 1010 | 1001000 | 1011001 | 101111 |
Color Harmonies of #BBE50D
Complementary color
Monochromatic Colors of #BBE50D
Black with #BBE50D
Text Example
Text Example
White with #BBE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE50D; }
p { color: rgb(187,229,13); }
H1.HeaderClassName
{
color: #BBE50D;
}
.AnyTagClassName
{
color: #BBE50D;
}
</style>
background-color css
<style>
a { background-color: #BBE50D; }
a { background-color: rgb(187,229,13); }
div.DivClassName
{
background-color: #BBE50D;
}
.BgClassName
{
background-color: #BBE50D;
}
</style>
border-color css
<style>
span { border-color: #BBE50D; }
span { border-color: rgb(187,229,13); }
td.TdClassName
{
border-color: #BBE50D;
}
.TagClassName
{
border-color: #BBE50D;
}
</style>