Shades of Inch Worm #BBEC28
Tints of Inch Worm #BBEC28
RGB
CMYK
RGB Variations
Color information
#BBEC28 (or 0xBBEC28) is known color: Inch Worm. HEX triplet: BB, EC and 28. RGB value is (187,236,40). Sum of RGB (Red+Green+Blue) = 187+236+40=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC28 is #4413D7. Grayscale: #C7C7C7. Windows color (decimal): -4461528 or 2682043. OLE color: 2682043.
HSL color Cylindrical-coordinate representation of color #BBEC28: hue angle of 75º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBEC28 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 40 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.07 |
| HSL | 75º | 0.84% | 0.54% | - |
| HSV(B) | 75º | 0.83% | 0.93% | - |
| XYZ | 50.87 | 70.71 | 12.97 | - |
| YUV | 199.01 | 38.27 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 40 | 0.21 | 0 | 0.83 | 0.07 | 75 | 0.84 | 0.54 |
| Hex | BB | EC | 28 | 15 | 0 | 53 | 7 | 4B | 54 | 36 |
| Octal | 273 | 354 | 50 | 25 | 0 | 123 | 7 | 113 | 124 | 66 |
| Binary | 10111011 | 11101100 | 101000 | 10101 | 0 | 1010011 | 111 | 1001011 | 1010100 | 110110 |
Color Harmonies of #BBEC28
Complementary color
Monochromatic Colors of #BBEC28
Black with #BBEC28
Text Example
Text Example
White with #BBEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC28; }
p { color: rgb(187,236,40); }
H1.HeaderClassName
{
color: #BBEC28;
}
.AnyTagClassName
{
color: #BBEC28;
}
</style>
background-color css
<style>
a { background-color: #BBEC28; }
a { background-color: rgb(187,236,40); }
div.DivClassName
{
background-color: #BBEC28;
}
.BgClassName
{
background-color: #BBEC28;
}
</style>
border-color css
<style>
span { border-color: #BBEC28; }
span { border-color: rgb(187,236,40); }
td.TdClassName
{
border-color: #BBEC28;
}
.TagClassName
{
border-color: #BBEC28;
}
</style>