Shades of Inch Worm #BBE322
Tints of Inch Worm #BBE322
RGB
CMYK
RGB Variations
Color information
#BBE322 (or 0xBBE322) is known color: Inch Worm. HEX triplet: BB, E3 and 22. RGB value is (187,227,34). Sum of RGB (Red+Green+Blue) = 187+227+34=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE322 is #441CDD. Grayscale: #C1C1C1. Windows color (decimal): -4463838 or 2286523. OLE color: 2286523.
HSL color Cylindrical-coordinate representation of color #BBE322: hue angle of 72.44º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBE322 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 34 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.11 |
| HSL | 72.44º | 0.78% | 0.51% | - |
| HSV(B) | 72.44º | 0.85% | 0.89% | - |
| XYZ | 48.25 | 65.62 | 11.64 | - |
| YUV | 193.04 | 38.25 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 34 | 0.18 | 0 | 0.85 | 0.11 | 72.44 | 0.78 | 0.51 |
| Hex | BB | E3 | 22 | 12 | 0 | 55 | B | 48 | 4E | 33 |
| Octal | 273 | 343 | 42 | 22 | 0 | 125 | 13 | 110 | 116 | 63 |
| Binary | 10111011 | 11100011 | 100010 | 10010 | 0 | 1010101 | 1011 | 1001000 | 1001110 | 110011 |
Color Harmonies of #BBE322
Complementary color
Monochromatic Colors of #BBE322
Black with #BBE322
Text Example
Text Example
White with #BBE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE322; }
p { color: rgb(187,227,34); }
H1.HeaderClassName
{
color: #BBE322;
}
.AnyTagClassName
{
color: #BBE322;
}
</style>
background-color css
<style>
a { background-color: #BBE322; }
a { background-color: rgb(187,227,34); }
div.DivClassName
{
background-color: #BBE322;
}
.BgClassName
{
background-color: #BBE322;
}
</style>
border-color css
<style>
span { border-color: #BBE322; }
span { border-color: rgb(187,227,34); }
td.TdClassName
{
border-color: #BBE322;
}
.TagClassName
{
border-color: #BBE322;
}
</style>