Shades of Inch Worm #BBE612
Tints of Inch Worm #BBE612
RGB
CMYK
RGB Variations
Color information
#BBE612 (or 0xBBE612) is known color: Inch Worm. HEX triplet: BB, E6 and 12. RGB value is (187,230,18). Sum of RGB (Red+Green+Blue) = 187+230+18=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE612 is #4419ED. Grayscale: #C1C1C1. Windows color (decimal): -4463086 or 1238715. OLE color: 1238715.
HSL color Cylindrical-coordinate representation of color #BBE612: hue angle of 72.17º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBE612 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 18 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.10 |
| HSL | 72.17º | 0.85% | 0.49% | - |
| HSV(B) | 72.17º | 0.92% | 0.9% | - |
| XYZ | 48.9 | 67.2 | 10.97 | - |
| YUV | 192.98 | 29.25 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 18 | 0.19 | 0 | 0.92 | 0.10 | 72.17 | 0.85 | 0.49 |
| Hex | BB | E6 | 12 | 13 | 0 | 5C | A | 48 | 55 | 31 |
| Octal | 273 | 346 | 22 | 23 | 0 | 134 | 12 | 110 | 125 | 61 |
| Binary | 10111011 | 11100110 | 10010 | 10011 | 0 | 1011100 | 1010 | 1001000 | 1010101 | 110001 |
Color Harmonies of #BBE612
Complementary color
Monochromatic Colors of #BBE612
Black with #BBE612
Text Example
Text Example
White with #BBE612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE612; }
p { color: rgb(187,230,18); }
H1.HeaderClassName
{
color: #BBE612;
}
.AnyTagClassName
{
color: #BBE612;
}
</style>
background-color css
<style>
a { background-color: #BBE612; }
a { background-color: rgb(187,230,18); }
div.DivClassName
{
background-color: #BBE612;
}
.BgClassName
{
background-color: #BBE612;
}
</style>
border-color css
<style>
span { border-color: #BBE612; }
span { border-color: rgb(187,230,18); }
td.TdClassName
{
border-color: #BBE612;
}
.TagClassName
{
border-color: #BBE612;
}
</style>