Shades of Inch Worm #BBE014
Tints of Inch Worm #BBE014
RGB
CMYK
RGB Variations
Color information
#BBE014 (or 0xBBE014) is known color: Inch Worm. HEX triplet: BB, E0 and 14. RGB value is (187,224,20). Sum of RGB (Red+Green+Blue) = 187+224+20=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE014 is #441FEB. Grayscale: #BEBEBE. Windows color (decimal): -4464620 or 1368251. OLE color: 1368251.
HSL color Cylindrical-coordinate representation of color #BBE014: hue angle of 70.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBE014 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 20 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.12 |
| HSL | 70.88º | 0.84% | 0.48% | - |
| HSV(B) | 70.88º | 0.91% | 0.88% | - |
| XYZ | 47.28 | 63.93 | 10.51 | - |
| YUV | 189.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 20 | 0.17 | 0 | 0.91 | 0.12 | 70.88 | 0.84 | 0.48 |
| Hex | BB | E0 | 14 | 11 | 0 | 5B | C | 47 | 54 | 30 |
| Octal | 273 | 340 | 24 | 21 | 0 | 133 | 14 | 107 | 124 | 60 |
| Binary | 10111011 | 11100000 | 10100 | 10001 | 0 | 1011011 | 1100 | 1000111 | 1010100 | 110000 |
Color Harmonies of #BBE014
Complementary color
Monochromatic Colors of #BBE014
Black with #BBE014
Text Example
Text Example
White with #BBE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE014; }
p { color: rgb(187,224,20); }
H1.HeaderClassName
{
color: #BBE014;
}
.AnyTagClassName
{
color: #BBE014;
}
</style>
background-color css
<style>
a { background-color: #BBE014; }
a { background-color: rgb(187,224,20); }
div.DivClassName
{
background-color: #BBE014;
}
.BgClassName
{
background-color: #BBE014;
}
</style>
border-color css
<style>
span { border-color: #BBE014; }
span { border-color: rgb(187,224,20); }
td.TdClassName
{
border-color: #BBE014;
}
.TagClassName
{
border-color: #BBE014;
}
</style>