Shades of Inch Worm #BBE11A
Tints of Inch Worm #BBE11A
RGB
CMYK
RGB Variations
Color information
#BBE11A (or 0xBBE11A) is known color: Inch Worm. HEX triplet: BB, E1 and 1A. RGB value is (187,225,26). Sum of RGB (Red+Green+Blue) = 187+225+26=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE11A is #441EE5. Grayscale: #BFBFBF. Windows color (decimal): -4464358 or 1761723. OLE color: 1761723.
HSL color Cylindrical-coordinate representation of color #BBE11A: hue angle of 71.46º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBE11A is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 26 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.12 |
| HSL | 71.46º | 0.79% | 0.49% | - |
| HSV(B) | 71.46º | 0.88% | 0.88% | - |
| XYZ | 47.61 | 64.49 | 10.92 | - |
| YUV | 190.95 | 34.91 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 26 | 0.17 | 0 | 0.88 | 0.12 | 71.46 | 0.79 | 0.49 |
| Hex | BB | E1 | 1A | 11 | 0 | 58 | C | 47 | 4F | 31 |
| Octal | 273 | 341 | 32 | 21 | 0 | 130 | 14 | 107 | 117 | 61 |
| Binary | 10111011 | 11100001 | 11010 | 10001 | 0 | 1011000 | 1100 | 1000111 | 1001111 | 110001 |
Color Harmonies of #BBE11A
Complementary color
Monochromatic Colors of #BBE11A
Black with #BBE11A
Text Example
Text Example
White with #BBE11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE11A; }
p { color: rgb(187,225,26); }
H1.HeaderClassName
{
color: #BBE11A;
}
.AnyTagClassName
{
color: #BBE11A;
}
</style>
background-color css
<style>
a { background-color: #BBE11A; }
a { background-color: rgb(187,225,26); }
div.DivClassName
{
background-color: #BBE11A;
}
.BgClassName
{
background-color: #BBE11A;
}
</style>
border-color css
<style>
span { border-color: #BBE11A; }
span { border-color: rgb(187,225,26); }
td.TdClassName
{
border-color: #BBE11A;
}
.TagClassName
{
border-color: #BBE11A;
}
</style>