Shades of Inch Worm #BBE30C
Tints of Inch Worm #BBE30C
RGB
CMYK
RGB Variations
Color information
#BBE30C (or 0xBBE30C) is known color: Inch Worm. HEX triplet: BB, E3 and 0C. RGB value is (187,227,12). Sum of RGB (Red+Green+Blue) = 187+227+12=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 227 (89.06% from 255 or 53.29% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE30C is #441CF3. Grayscale: #BFBFBF. Windows color (decimal): -4463860 or 844731. OLE color: 844731.
HSL color Cylindrical-coordinate representation of color #BBE30C: hue angle of 71.16º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBE30C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 12 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.11 |
| HSL | 71.16º | 0.9% | 0.47% | - |
| HSV(B) | 71.16º | 0.95% | 0.89% | - |
| XYZ | 48.03 | 65.53 | 10.46 | - |
| YUV | 190.53 | 27.25 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 12 | 0.18 | 0 | 0.95 | 0.11 | 71.16 | 0.9 | 0.47 |
| Hex | BB | E3 | C | 12 | 0 | 5F | B | 47 | 5A | 2F |
| Octal | 273 | 343 | 14 | 22 | 0 | 137 | 13 | 107 | 132 | 57 |
| Binary | 10111011 | 11100011 | 1100 | 10010 | 0 | 1011111 | 1011 | 1000111 | 1011010 | 101111 |
Color Harmonies of #BBE30C
Complementary color
Monochromatic Colors of #BBE30C
Black with #BBE30C
Text Example
Text Example
White with #BBE30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE30C; }
p { color: rgb(187,227,12); }
H1.HeaderClassName
{
color: #BBE30C;
}
.AnyTagClassName
{
color: #BBE30C;
}
</style>
background-color css
<style>
a { background-color: #BBE30C; }
a { background-color: rgb(187,227,12); }
div.DivClassName
{
background-color: #BBE30C;
}
.BgClassName
{
background-color: #BBE30C;
}
</style>
border-color css
<style>
span { border-color: #BBE30C; }
span { border-color: rgb(187,227,12); }
td.TdClassName
{
border-color: #BBE30C;
}
.TagClassName
{
border-color: #BBE30C;
}
</style>