Shades of Inch Worm #BBE312
Tints of Inch Worm #BBE312
RGB
CMYK
RGB Variations
Color information
#BBE312 (or 0xBBE312) is known color: Inch Worm. HEX triplet: BB, E3 and 12. RGB value is (187,227,18). Sum of RGB (Red+Green+Blue) = 187+227+18=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE312 is #441CED. Grayscale: #C0C0C0. Windows color (decimal): -4463854 or 1237947. OLE color: 1237947.
HSL color Cylindrical-coordinate representation of color #BBE312: hue angle of 71.48º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBE312 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 18 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.11 |
| HSL | 71.48º | 0.85% | 0.48% | - |
| HSV(B) | 71.48º | 0.92% | 0.89% | - |
| XYZ | 48.07 | 65.55 | 10.69 | - |
| YUV | 191.21 | 30.25 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 18 | 0.18 | 0 | 0.92 | 0.11 | 71.48 | 0.85 | 0.48 |
| Hex | BB | E3 | 12 | 12 | 0 | 5C | B | 47 | 55 | 30 |
| Octal | 273 | 343 | 22 | 22 | 0 | 134 | 13 | 107 | 125 | 60 |
| Binary | 10111011 | 11100011 | 10010 | 10010 | 0 | 1011100 | 1011 | 1000111 | 1010101 | 110000 |
Color Harmonies of #BBE312
Complementary color
Monochromatic Colors of #BBE312
Black with #BBE312
Text Example
Text Example
White with #BBE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE312; }
p { color: rgb(187,227,18); }
H1.HeaderClassName
{
color: #BBE312;
}
.AnyTagClassName
{
color: #BBE312;
}
</style>
background-color css
<style>
a { background-color: #BBE312; }
a { background-color: rgb(187,227,18); }
div.DivClassName
{
background-color: #BBE312;
}
.BgClassName
{
background-color: #BBE312;
}
</style>
border-color css
<style>
span { border-color: #BBE312; }
span { border-color: rgb(187,227,18); }
td.TdClassName
{
border-color: #BBE312;
}
.TagClassName
{
border-color: #BBE312;
}
</style>