Shades of Inch Worm #BBE303
Tints of Inch Worm #BBE303
RGB
CMYK
RGB Variations
Color information
#BBE303 (or 0xBBE303) is known color: Inch Worm. HEX triplet: BB, E3 and 03. RGB value is (187,227,3). Sum of RGB (Red+Green+Blue) = 187+227+3=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE303 is #441CFC. Grayscale: #BEBEBE. Windows color (decimal): -4463869 or 254907. OLE color: 254907.
HSL color Cylindrical-coordinate representation of color #BBE303: hue angle of 70.71º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBE303 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.11 |
| HSL | 70.71º | 0.97% | 0.45% | - |
| HSV(B) | 70.71º | 0.99% | 0.89% | - |
| XYZ | 47.98 | 65.51 | 10.2 | - |
| YUV | 189.5 | 22.75 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 3 | 0.18 | 0 | 0.99 | 0.11 | 70.71 | 0.97 | 0.45 |
| Hex | BB | E3 | 3 | 12 | 0 | 63 | B | 47 | 61 | 2D |
| Octal | 273 | 343 | 3 | 22 | 0 | 143 | 13 | 107 | 141 | 55 |
| Binary | 10111011 | 11100011 | 11 | 10010 | 0 | 1100011 | 1011 | 1000111 | 1100001 | 101101 |
Color Harmonies of #BBE303
Complementary color
Monochromatic Colors of #BBE303
Black with #BBE303
Text Example
Text Example
White with #BBE303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE303; }
p { color: rgb(187,227,3); }
H1.HeaderClassName
{
color: #BBE303;
}
.AnyTagClassName
{
color: #BBE303;
}
</style>
background-color css
<style>
a { background-color: #BBE303; }
a { background-color: rgb(187,227,3); }
div.DivClassName
{
background-color: #BBE303;
}
.BgClassName
{
background-color: #BBE303;
}
</style>
border-color css
<style>
span { border-color: #BBE303; }
span { border-color: rgb(187,227,3); }
td.TdClassName
{
border-color: #BBE303;
}
.TagClassName
{
border-color: #BBE303;
}
</style>