Shades of Inch Worm #BBEC1D
Tints of Inch Worm #BBEC1D
RGB
CMYK
RGB Variations
Color information
#BBEC1D (or 0xBBEC1D) is known color: Inch Worm. HEX triplet: BB, EC and 1D. RGB value is (187,236,29). Sum of RGB (Red+Green+Blue) = 187+236+29=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC1D is #4413E2. Grayscale: #C6C6C6. Windows color (decimal): -4461539 or 1961147. OLE color: 1961147.
HSL color Cylindrical-coordinate representation of color #BBEC1D: hue angle of 74.2º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBEC1D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.07 |
| HSL | 74.2º | 0.84% | 0.52% | - |
| HSV(B) | 74.2º | 0.88% | 0.93% | - |
| XYZ | 50.71 | 70.64 | 12.13 | - |
| YUV | 197.75 | 32.77 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 29 | 0.21 | 0 | 0.88 | 0.07 | 74.2 | 0.84 | 0.52 |
| Hex | BB | EC | 1D | 15 | 0 | 58 | 7 | 4A | 54 | 34 |
| Octal | 273 | 354 | 35 | 25 | 0 | 130 | 7 | 112 | 124 | 64 |
| Binary | 10111011 | 11101100 | 11101 | 10101 | 0 | 1011000 | 111 | 1001010 | 1010100 | 110100 |
Color Harmonies of #BBEC1D
Complementary color
Monochromatic Colors of #BBEC1D
Black with #BBEC1D
Text Example
Text Example
White with #BBEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC1D; }
p { color: rgb(187,236,29); }
H1.HeaderClassName
{
color: #BBEC1D;
}
.AnyTagClassName
{
color: #BBEC1D;
}
</style>
background-color css
<style>
a { background-color: #BBEC1D; }
a { background-color: rgb(187,236,29); }
div.DivClassName
{
background-color: #BBEC1D;
}
.BgClassName
{
background-color: #BBEC1D;
}
</style>
border-color css
<style>
span { border-color: #BBEC1D; }
span { border-color: rgb(187,236,29); }
td.TdClassName
{
border-color: #BBEC1D;
}
.TagClassName
{
border-color: #BBEC1D;
}
</style>