Shades of Inch Worm #BBDE0C
Tints of Inch Worm #BBDE0C
RGB
CMYK
RGB Variations
Color information
#BBDE0C (or 0xBBDE0C) is known color: Inch Worm. HEX triplet: BB, DE and 0C. RGB value is (187,222,12). Sum of RGB (Red+Green+Blue) = 187+222+12=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDE0C is #4421F3. Grayscale: #BCBCBC. Windows color (decimal): -4465140 or 843451. OLE color: 843451.
HSL color Cylindrical-coordinate representation of color #BBDE0C: hue angle of 70º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBDE0C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.13 |
| HSL | 70º | 0.9% | 0.46% | - |
| HSV(B) | 70º | 0.95% | 0.87% | - |
| XYZ | 46.68 | 62.83 | 10.02 | - |
| YUV | 187.6 | 28.9 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 12 | 0.16 | 0 | 0.95 | 0.13 | 70 | 0.9 | 0.46 |
| Hex | BB | DE | C | 10 | 0 | 5F | D | 46 | 5A | 2E |
| Octal | 273 | 336 | 14 | 20 | 0 | 137 | 15 | 106 | 132 | 56 |
| Binary | 10111011 | 11011110 | 1100 | 10000 | 0 | 1011111 | 1101 | 1000110 | 1011010 | 101110 |
Color Harmonies of #BBDE0C
Complementary color
Monochromatic Colors of #BBDE0C
Black with #BBDE0C
Text Example
Text Example
White with #BBDE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE0C; }
p { color: rgb(187,222,12); }
H1.HeaderClassName
{
color: #BBDE0C;
}
.AnyTagClassName
{
color: #BBDE0C;
}
</style>
background-color css
<style>
a { background-color: #BBDE0C; }
a { background-color: rgb(187,222,12); }
div.DivClassName
{
background-color: #BBDE0C;
}
.BgClassName
{
background-color: #BBDE0C;
}
</style>
border-color css
<style>
span { border-color: #BBDE0C; }
span { border-color: rgb(187,222,12); }
td.TdClassName
{
border-color: #BBDE0C;
}
.TagClassName
{
border-color: #BBDE0C;
}
</style>