Shades of Inch Worm #BBE314
Tints of Inch Worm #BBE314
RGB
CMYK
RGB Variations
Color information
#BBE314 (or 0xBBE314) is known color: Inch Worm. HEX triplet: BB, E3 and 14. RGB value is (187,227,20). Sum of RGB (Red+Green+Blue) = 187+227+20=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE314 is #441CEB. Grayscale: #C0C0C0. Windows color (decimal): -4463852 or 1369019. OLE color: 1369019.
HSL color Cylindrical-coordinate representation of color #BBE314: hue angle of 71.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBE314 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 20 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.11 |
| HSL | 71.59º | 0.84% | 0.48% | - |
| HSV(B) | 71.59º | 0.91% | 0.89% | - |
| XYZ | 48.09 | 65.55 | 10.78 | - |
| YUV | 191.44 | 31.25 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 20 | 0.18 | 0 | 0.91 | 0.11 | 71.59 | 0.84 | 0.48 |
| Hex | BB | E3 | 14 | 12 | 0 | 5B | B | 48 | 54 | 30 |
| Octal | 273 | 343 | 24 | 22 | 0 | 133 | 13 | 110 | 124 | 60 |
| Binary | 10111011 | 11100011 | 10100 | 10010 | 0 | 1011011 | 1011 | 1001000 | 1010100 | 110000 |
Color Harmonies of #BBE314
Complementary color
Monochromatic Colors of #BBE314
Black with #BBE314
Text Example
Text Example
White with #BBE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE314; }
p { color: rgb(187,227,20); }
H1.HeaderClassName
{
color: #BBE314;
}
.AnyTagClassName
{
color: #BBE314;
}
</style>
background-color css
<style>
a { background-color: #BBE314; }
a { background-color: rgb(187,227,20); }
div.DivClassName
{
background-color: #BBE314;
}
.BgClassName
{
background-color: #BBE314;
}
</style>
border-color css
<style>
span { border-color: #BBE314; }
span { border-color: rgb(187,227,20); }
td.TdClassName
{
border-color: #BBE314;
}
.TagClassName
{
border-color: #BBE314;
}
</style>